Html Css Color HEX #6C08FA Electric Indigo

📋 copy color: '#6C08FA'

red 108 ◦ green 8 ◦ blue 250

#6C08FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #6C08FA

Tints of Electric Indigo #6C08FA

RGB

 RED value IS 108 (42.58% from 255) = 29.51%

 GREEN value IS 8 (3.52% from 255) = 2.19%

 BLUE value IS 250 (98.05% from 255) = 68.31%

R = 29.51%
G = 2.19%
B = 68.31%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6C08FA (or 0x6C08FA) is known color: Electric Indigo. HEX triplet: 6C, 08 and FA. RGB value is (108,8,250). Sum of RGB (Red+Green+Blue) = 108+8+250=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C08FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C08FA is #93F705. Grayscale: #404040. Windows color (decimal): -9697030 or 16386156. OLE color: 16386156.

HSL color Cylindrical-coordinate representation of color #6C08FA: hue angle of 264.79º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C08FA is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 8 250 -
CMYK 0.57 0.97 0 0.02
HSL 264.79º 0.96% 0.51% -
HSV(B) 264.79º 0.97% 0.98% -
XYZ 23.53 10.26 91.18 -
YUV 65.49 232.13 158.32 -
System Red Green Blue C M Y K H S L
Decimal 108 8 250 0.57 0.97 0 0.02 264.79 0.96 0.51
Hex 6C 8 FA 39 61 0 2 109 60 33
Octal 154 10 372 71 141 0 2 411 140 63
Binary 1101100 1000 11111010 111001 1100001 0 10 100001001 1100000 110011

Color Harmonies of #6C08FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C08FA

Black with #6C08FA

Text Example


Text Example

White with #6C08FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,8,250); }

 H1.HeaderClassName
 {
   color: #6C08FA;
 }
 .AnyTagClassName
 {
   color: #6C08FA;
 }
</style>

background-color css

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

 a { background-color: rgb(108,8,250); }

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

border-color css

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

 span { border-color: rgb(108,8,250); }

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