Html Css Color HEX #64637F Comet

📋 copy color: '#64637F'

red 100 ◦ green 99 ◦ blue 127

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

Shades of Comet #64637F

Tints of Comet #64637F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.96%

R = 30.67%
G = 30.37%
B = 38.96%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64637F (or 0x64637F) is known color: Comet. HEX triplet: 64, 63 and 7F. RGB value is (100,99,127). Sum of RGB (Red+Green+Blue) = 100+99+127=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 127 - color contains mainly: blue. Hex color #64637F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64637F is #9B9C80. Grayscale: #666666. Windows color (decimal): -10198145 or 8348516. OLE color: 8348516.

HSL color Cylindrical-coordinate representation of color #64637F: hue angle of 242.14º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #64637F is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 99 127 -
CMYK 0.21 0.22 0 0.50
HSL 242.14º 0.12% 0.44% -
HSV(B) 242.14º 0.22% 0.5% -
XYZ 13.55 13.17 21.91 -
YUV 102.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 100 99 127 0.21 0.22 0 0.50 242.14 0.12 0.44
Hex 64 63 7F 15 16 0 32 F2 C 2C
Octal 144 143 177 25 26 0 62 362 14 54
Binary 1100100 1100011 1111111 10101 10110 0 110010 11110010 1100 101100

Color Harmonies of #64637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64637F

Black with #64637F

Text Example


Text Example

White with #64637F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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