Html Css Color HEX #64667B Comet

📋 copy color: '#64667B'

red 100 ◦ green 102 ◦ blue 123

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

Shades of Comet #64667B

Tints of Comet #64667B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.85%

R = 30.77%
G = 31.38%
B = 37.85%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#64667B (or 0x64667B) is known color: Comet. HEX triplet: 64, 66 and 7B. RGB value is (100,102,123). Sum of RGB (Red+Green+Blue) = 100+102+123=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #64667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64667B is #9B9984. Grayscale: #676767. Windows color (decimal): -10197381 or 8087140. OLE color: 8087140.

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

Color convert

RGB 100 102 123 -
CMYK 0.19 0.17 0 0.52
HSL 234.78º 0.1% 0.44% -
HSV(B) 234.78º 0.19% 0.48% -
XYZ 13.58 13.64 20.66 -
YUV 103.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 100 102 123 0.19 0.17 0 0.52 234.78 0.1 0.44
Hex 64 66 7B 13 11 0 34 EB A 2C
Octal 144 146 173 23 21 0 64 353 12 54
Binary 1100100 1100110 1111011 10011 10001 0 110100 11101011 1010 101100

Color Harmonies of #64667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64667B

Black with #64667B

Text Example


Text Example

White with #64667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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