Html Css Color HEX #6C08EF Electric Indigo

📋 copy color: '#6C08EF'

red 108 ◦ green 8 ◦ blue 239

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

Shades of Electric Indigo #6C08EF

Tints of Electric Indigo #6C08EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.32%

R = 30.42%
G = 2.25%
B = 67.32%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6C08EF (or 0x6C08EF) is known color: Electric Indigo. HEX triplet: 6C, 08 and EF. RGB value is (108,8,239). Sum of RGB (Red+Green+Blue) = 108+8+239=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C08EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C08EF is #93F710. Grayscale: #3F3F3F. Windows color (decimal): -9697041 or 15665260. OLE color: 15665260.

HSL color Cylindrical-coordinate representation of color #6C08EF: hue angle of 265.97º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C08EF is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 8 239 -
CMYK 0.55 0.97 0 0.06
HSL 265.97º 0.94% 0.48% -
HSV(B) 265.97º 0.97% 0.94% -
XYZ 21.85 9.59 82.36 -
YUV 64.23 226.63 159.22 -
System Red Green Blue C M Y K H S L
Decimal 108 8 239 0.55 0.97 0 0.06 265.97 0.94 0.48
Hex 6C 8 EF 37 61 0 6 10A 5E 30
Octal 154 10 357 67 141 0 6 412 136 60
Binary 1101100 1000 11101111 110111 1100001 0 110 100001010 1011110 110000

Color Harmonies of #6C08EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C08EF

Black with #6C08EF

Text Example


Text Example

White with #6C08EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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