Html Css Color HEX #64637B Comet

📋 copy color: '#64637B'

red 100 ◦ green 99 ◦ blue 123

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

Shades of Comet #64637B

Tints of Comet #64637B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.75%

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

R = 31.06%
G = 30.75%
B = 38.2%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#64637B (or 0x64637B) is known color: Comet. HEX triplet: 64, 63 and 7B. RGB value is (100,99,123). Sum of RGB (Red+Green+Blue) = 100+99+123=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 123 - color contains mainly: blue. Hex color #64637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64637B is #9B9C84. Grayscale: #656565. Windows color (decimal): -10198149 or 8086372. OLE color: 8086372.

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

Color convert

RGB 100 99 123 -
CMYK 0.19 0.20 0 0.52
HSL 242.5º 0.11% 0.44% -
HSV(B) 242.5º 0.2% 0.48% -
XYZ 13.29 13.06 20.56 -
YUV 102.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 100 99 123 0.19 0.20 0 0.52 242.5 0.11 0.44
Hex 64 63 7B 13 14 0 34 F2 B 2C
Octal 144 143 173 23 24 0 64 362 13 54
Binary 1100100 1100011 1111011 10011 10100 0 110100 11110010 1011 101100

Color Harmonies of #64637B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64637B

Black with #64637B

Text Example


Text Example

White with #64637B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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