Html Css Color HEX #6C06DA Electric Indigo

📋 copy color: '#6C06DA'

red 108 ◦ green 6 ◦ blue 218

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

Shades of Electric Indigo #6C06DA

Tints of Electric Indigo #6C06DA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.81%

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

R = 32.53%
G = 1.81%
B = 65.66%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6C06DA (or 0x6C06DA) is known color: Electric Indigo. HEX triplet: 6C, 06 and DA. RGB value is (108,6,218). Sum of RGB (Red+Green+Blue) = 108+6+218=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #6C06DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C06DA is #93F925. Grayscale: #3B3B3B. Windows color (decimal): -9697574 or 14288492. OLE color: 14288492.

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

Color convert

RGB 108 6 218 -
CMYK 0.50 0.97 0 0.15
HSL 268.87º 0.95% 0.44% -
HSV(B) 268.87º 0.97% 0.85% -
XYZ 18.9 8.38 66.95 -
YUV 60.67 216.79 161.76 -
System Red Green Blue C M Y K H S L
Decimal 108 6 218 0.50 0.97 0 0.15 268.87 0.95 0.44
Hex 6C 6 DA 32 61 0 F 10D 5F 2C
Octal 154 6 332 62 141 0 17 415 137 54
Binary 1101100 110 11011010 110010 1100001 0 1111 100001101 1011111 101100

Color Harmonies of #6C06DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C06DA

Black with #6C06DA

Text Example


Text Example

White with #6C06DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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