Html Css Color HEX #64068E Indigo

📋 copy color: '#64068E'

red 100 ◦ green 6 ◦ blue 142

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

Shades of Indigo #64068E

Tints of Indigo #64068E

RGB

 RED value IS 100 (39.45% from 255) = 40.32%

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

 BLUE value IS 142 (55.86% from 255) = 57.26%

R = 40.32%
G = 2.42%
B = 57.26%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#64068E (or 0x64068E) is known color: Indigo. HEX triplet: 64, 06 and 8E. RGB value is (100,6,142). Sum of RGB (Red+Green+Blue) = 100+6+142=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #64068E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64068E is #9BF971. Grayscale: #313131. Windows color (decimal): -10221938 or 9307748. OLE color: 9307748.

HSL color Cylindrical-coordinate representation of color #64068E: hue angle of 281.47º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64068E is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 6 142 -
CMYK 0.30 0.96 0 0.44
HSL 281.47º 0.92% 0.29% -
HSV(B) 281.47º 0.96% 0.56% -
XYZ 10.2 4.79 25.98 -
YUV 49.61 180.14 163.94 -
System Red Green Blue C M Y K H S L
Decimal 100 6 142 0.30 0.96 0 0.44 281.47 0.92 0.29
Hex 64 6 8E 1E 60 0 2C 119 5C 1D
Octal 144 6 216 36 140 0 54 431 134 35
Binary 1100100 110 10001110 11110 1100000 0 101100 100011001 1011100 11101

Color Harmonies of #64068E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64068E

Black with #64068E

Text Example


Text Example

White with #64068E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64068E; }

 p { color: rgb(100,6,142); }

 H1.HeaderClassName
 {
   color: #64068E;
 }
 .AnyTagClassName
 {
   color: #64068E;
 }
</style>

background-color css

<style>
 a { background-color: #64068E; }

 a { background-color: rgb(100,6,142); }

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

border-color css

<style>
 span { border-color: #64068E; }

 span { border-color: rgb(100,6,142); }

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