#6B48F6

Color #6B48F6 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #6B48F6

Tints of Neon Blue #6B48F6

Color information

#6B48F6 (or 0x6B48F6) is unknown color: approx Neon Blue. HEX triplet: 6B, 48 and F6. RGB value is (107,72,246). Sum of RGB (Red+Green+Blue) = 107+72+246=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 246 (96.48% from 255 or 57.88% from 425); Max value from RGB is 246 - color contains mainly: blue. Hex color #6B48F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B48F6 is #94B709. Grayscale: #656565. Windows color (decimal): -9746186 or 16140395. OLE color: 16140395.

HSL color Cylindrical-coordinate representation of color #6B48F6: hue angle of 252.07º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B48F6 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10772246-
CMYK0.570.7100.04
HSL252.07º90.62%62.35%-
HSV(B)252.07º70.73%96.47%-
XYZ25.0214.4188.65-
YUV102.3209.1131.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 25.18%
GREEN value IS 72 (28.52% from 255) = 16.94%
BLUE value IS 246 (96.48% from 255) = 57.88%
R=25.18%
G=16.94%
B=57.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal107722460.570.7100.04252.0790.6262.35
Hex6B48F6394704fc5b3e
Octal153110366711070437413376
Binary110101110010001111011011100110001110100111111001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B48F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B48F6; }

 p { color: rgb(107,72,246); }

 H1.HeaderClassName
 {
   color: #6B48F6;
 }
 .AnyTagClassName
 {
   color: #6B48F6;
 }
</style>
background-color css

<style>
 a { background-color: #6B48F6; }

 a { background-color: rgb(107,72,246); }

 div.DivClassName
 {
   background-color: #6B48F6;
 }
 .BgClassName
 {
   background-color: #6B48F6;
 }
</style>
border-color css

<style>
 span { border-color: #6B48F6; }

 span { border-color: rgb(107,72,246); }

 td.TdClassName
 {
   border-color: #6B48F6;
 }
 .TagClassName
 {
   border-color: #6B48F6;
 }
</style>