Html Css Color HEX #6C08DA Electric Indigo

📋 copy color: '#6C08DA'

red 108 ◦ green 8 ◦ blue 218

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

Shades of Electric Indigo #6C08DA

Tints of Electric Indigo #6C08DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.27%

R = 32.34%
G = 2.4%
B = 65.27%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6C08DA (or 0x6C08DA) is known color: Electric Indigo. HEX triplet: 6C, 08 and DA. RGB value is (108,8,218). Sum of RGB (Red+Green+Blue) = 108+8+218=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #6C08DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C08DA is #93F725. Grayscale: #3D3D3D. Windows color (decimal): -9697062 or 14289004. OLE color: 14289004.

HSL color Cylindrical-coordinate representation of color #6C08DA: hue angle of 268.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C08DA is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 108 8 218 -
CMYK 0.50 0.96 0 0.15
HSL 268.57º 0.93% 0.44% -
HSV(B) 268.57º 0.96% 0.85% -
XYZ 18.93 8.42 66.96 -
YUV 61.84 216.13 160.92 -
System Red Green Blue C M Y K H S L
Decimal 108 8 218 0.50 0.96 0 0.15 268.57 0.93 0.44
Hex 6C 8 DA 32 60 0 F 10D 5D 2C
Octal 154 10 332 62 140 0 17 415 135 54
Binary 1101100 1000 11011010 110010 1100000 0 1111 100001101 1011101 101100

Color Harmonies of #6C08DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C08DA

Black with #6C08DA

Text Example


Text Example

White with #6C08DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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