Html Css Color HEX #64668C Comet

📋 copy color: '#64668C'

red 100 ◦ green 102 ◦ blue 140

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

Shades of Comet #64668C

Tints of Comet #64668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.82%

 BLUE value IS 140 (55.08% from 255) = 40.94%

R = 29.24%
G = 29.82%
B = 40.94%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64668C (or 0x64668C) is known color: Comet. HEX triplet: 64, 66 and 8C. RGB value is (100,102,140). Sum of RGB (Red+Green+Blue) = 100+102+140=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #64668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64668C is #9B9973. Grayscale: #696969. Windows color (decimal): -10197364 or 9201252. OLE color: 9201252.

HSL color Cylindrical-coordinate representation of color #64668C: hue angle of 237º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64668C is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 102 140 -
CMYK 0.29 0.27 0 0.45
HSL 237º 0.17% 0.47% -
HSV(B) 237º 0.29% 0.55% -
XYZ 14.74 14.11 26.76 -
YUV 105.73 147.34 123.91 -
System Red Green Blue C M Y K H S L
Decimal 100 102 140 0.29 0.27 0 0.45 237 0.17 0.47
Hex 64 66 8C 1D 1B 0 2D ED 11 2F
Octal 144 146 214 35 33 0 55 355 21 57
Binary 1100100 1100110 10001100 11101 11011 0 101101 11101101 10001 101111

Color Harmonies of #64668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64668C

Black with #64668C

Text Example


Text Example

White with #64668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64668C; }

 p { color: rgb(100,102,140); }

 H1.HeaderClassName
 {
   color: #64668C;
 }
 .AnyTagClassName
 {
   color: #64668C;
 }
</style>

background-color css

<style>
 a { background-color: #64668C; }

 a { background-color: rgb(100,102,140); }

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

border-color css

<style>
 span { border-color: #64668C; }

 span { border-color: rgb(100,102,140); }

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