Html Css Color HEX #64697C Comet

📋 copy color: '#64697C'

red 100 ◦ green 105 ◦ blue 124

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

Shades of Comet #64697C

Tints of Comet #64697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.91%

 BLUE value IS 124 (48.83% from 255) = 37.69%

R = 30.4%
G = 31.91%
B = 37.69%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64697C (or 0x64697C) is known color: Comet. HEX triplet: 64, 69 and 7C. RGB value is (100,105,124). Sum of RGB (Red+Green+Blue) = 100+105+124=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 124 - color contains mainly: blue. Hex color #64697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64697C is #9B9683. Grayscale: #696969. Windows color (decimal): -10196612 or 8153444. OLE color: 8153444.

HSL color Cylindrical-coordinate representation of color #64697C: hue angle of 227.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #64697C is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 105 124 -
CMYK 0.19 0.15 0 0.51
HSL 227.5º 0.11% 0.44% -
HSV(B) 227.5º 0.19% 0.49% -
XYZ 13.95 14.27 21.09 -
YUV 105.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 100 105 124 0.19 0.15 0 0.51 227.5 0.11 0.44
Hex 64 69 7C 13 F 0 33 E4 B 2C
Octal 144 151 174 23 17 0 63 344 13 54
Binary 1100100 1101001 1111100 10011 1111 0 110011 11100100 1011 101100

Color Harmonies of #64697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64697C

Black with #64697C

Text Example


Text Example

White with #64697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,105,124); }

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

background-color css

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

 a { background-color: rgb(100,105,124); }

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

border-color css

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

 span { border-color: rgb(100,105,124); }

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