Html Css Color HEX #64667A Comet

📋 copy color: '#64667A'

red 100 ◦ green 102 ◦ blue 122

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

Shades of Comet #64667A

Tints of Comet #64667A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.65%

R = 30.86%
G = 31.48%
B = 37.65%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#64667A (or 0x64667A) is known color: Comet. HEX triplet: 64, 66 and 7A. RGB value is (100,102,122). Sum of RGB (Red+Green+Blue) = 100+102+122=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 122 - color contains mainly: blue. Hex color #64667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64667A is #9B9985. Grayscale: #676767. Windows color (decimal): -10197382 or 8021604. OLE color: 8021604.

HSL color Cylindrical-coordinate representation of color #64667A: hue angle of 234.55º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #64667A is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 100 102 122 -
CMYK 0.18 0.16 0 0.52
HSL 234.55º 0.1% 0.44% -
HSV(B) 234.55º 0.18% 0.48% -
XYZ 13.52 13.62 20.33 -
YUV 103.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 100 102 122 0.18 0.16 0 0.52 234.55 0.1 0.44
Hex 64 66 7A 12 10 0 34 EB A 2C
Octal 144 146 172 22 20 0 64 353 12 54
Binary 1100100 1100110 1111010 10010 10000 0 110100 11101011 1010 101100

Color Harmonies of #64667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64667A

Black with #64667A

Text Example


Text Example

White with #64667A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64667A; }

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

 H1.HeaderClassName
 {
   color: #64667A;
 }
 .AnyTagClassName
 {
   color: #64667A;
 }
</style>

background-color css

<style>
 a { background-color: #64667A; }

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

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

border-color css

<style>
 span { border-color: #64667A; }

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

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