Html Css Color HEX #64687D Comet

📋 copy color: '#64687D'

red 100 ◦ green 104 ◦ blue 125

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

Shades of Comet #64687D

Tints of Comet #64687D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

 BLUE value IS 125 (49.22% from 255) = 37.99%

R = 30.4%
G = 31.61%
B = 37.99%

CMYK

 C value IS 0.2

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64687D (or 0x64687D) is known color: Comet. HEX triplet: 64, 68 and 7D. RGB value is (100,104,125). Sum of RGB (Red+Green+Blue) = 100+104+125=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 125 - color contains mainly: blue. Hex color #64687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64687D is #9B9782. Grayscale: #696969. Windows color (decimal): -10196867 or 8218724. OLE color: 8218724.

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

Color convert

RGB 100 104 125 -
CMYK 0.2 0.17 0 0.51
HSL 230.4º 0.11% 0.44% -
HSV(B) 230.4º 0.2% 0.49% -
XYZ 13.91 14.09 21.39 -
YUV 105.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 100 104 125 0.2 0.17 0 0.51 230.4 0.11 0.44
Hex 64 68 7D 14 11 0 33 E6 B 2C
Octal 144 150 175 24 21 0 63 346 13 54
Binary 1100100 1101000 1111101 10100 10001 0 110011 11100110 1011 101100

Color Harmonies of #64687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64687D

Black with #64687D

Text Example


Text Example

White with #64687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64687D; }

 p { color: rgb(100,104,125); }

 H1.HeaderClassName
 {
   color: #64687D;
 }
 .AnyTagClassName
 {
   color: #64687D;
 }
</style>

background-color css

<style>
 a { background-color: #64687D; }

 a { background-color: rgb(100,104,125); }

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

border-color css

<style>
 span { border-color: #64687D; }

 span { border-color: rgb(100,104,125); }

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