Html Css Color HEX #6C08DE Electric Indigo

📋 copy color: '#6C08DE'

red 108 ◦ green 8 ◦ blue 222

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

Shades of Electric Indigo #6C08DE

Tints of Electric Indigo #6C08DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.68%

R = 31.95%
G = 2.37%
B = 65.68%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6C08DE (or 0x6C08DE) is known color: Electric Indigo. HEX triplet: 6C, 08 and DE. RGB value is (108,8,222). Sum of RGB (Red+Green+Blue) = 108+8+222=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #6C08DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C08DE is #93F721. Grayscale: #3D3D3D. Windows color (decimal): -9697058 or 14551148. OLE color: 14551148.

HSL color Cylindrical-coordinate representation of color #6C08DE: hue angle of 268.04º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C08DE is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 8 222 -
CMYK 0.51 0.96 0 0.13
HSL 268.04º 0.93% 0.45% -
HSV(B) 268.04º 0.96% 0.87% -
XYZ 19.46 8.64 69.75 -
YUV 62.3 218.13 160.6 -
System Red Green Blue C M Y K H S L
Decimal 108 8 222 0.51 0.96 0 0.13 268.04 0.93 0.45
Hex 6C 8 DE 33 60 0 D 10C 5D 2D
Octal 154 10 336 63 140 0 15 414 135 55
Binary 1101100 1000 11011110 110011 1100000 0 1101 100001100 1011101 101101

Color Harmonies of #6C08DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C08DE

Black with #6C08DE

Text Example


Text Example

White with #6C08DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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