Html Css Color HEX #64657F Comet

📋 copy color: '#64657F'

red 100 ◦ green 101 ◦ blue 127

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

Shades of Comet #64657F

Tints of Comet #64657F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.79%

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

R = 30.49%
G = 30.79%
B = 38.72%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64657F (or 0x64657F) is known color: Comet. HEX triplet: 64, 65 and 7F. RGB value is (100,101,127). Sum of RGB (Red+Green+Blue) = 100+101+127=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 127 - color contains mainly: blue. Hex color #64657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64657F is #9B9A80. Grayscale: #676767. Windows color (decimal): -10197633 or 8349028. OLE color: 8349028.

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

Color convert

RGB 100 101 127 -
CMYK 0.21 0.20 0 0.50
HSL 237.78º 0.12% 0.45% -
HSV(B) 237.78º 0.21% 0.5% -
XYZ 13.74 13.55 21.97 -
YUV 103.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 100 101 127 0.21 0.20 0 0.50 237.78 0.12 0.45
Hex 64 65 7F 15 14 0 32 EE C 2D
Octal 144 145 177 25 24 0 62 356 14 55
Binary 1100100 1100101 1111111 10101 10100 0 110010 11101110 1100 101101

Color Harmonies of #64657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64657F

Black with #64657F

Text Example


Text Example

White with #64657F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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