Html Css Color HEX #64627F Comet

📋 copy color: '#64627F'

red 100 ◦ green 98 ◦ blue 127

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

Shades of Comet #64627F

Tints of Comet #64627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.15%

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

R = 30.77%
G = 30.15%
B = 39.08%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64627F (or 0x64627F) is known color: Comet. HEX triplet: 64, 62 and 7F. RGB value is (100,98,127). Sum of RGB (Red+Green+Blue) = 100+98+127=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 127 - color contains mainly: blue. Hex color #64627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64627F is #9B9D80. Grayscale: #656565. Windows color (decimal): -10198401 or 8348260. OLE color: 8348260.

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

Color convert

RGB 100 98 127 -
CMYK 0.21 0.23 0 0.50
HSL 244.14º 0.13% 0.44% -
HSV(B) 244.14º 0.23% 0.5% -
XYZ 13.45 12.98 21.87 -
YUV 101.9 142.16 126.64 -
System Red Green Blue C M Y K H S L
Decimal 100 98 127 0.21 0.23 0 0.50 244.14 0.13 0.44
Hex 64 62 7F 15 17 0 32 F4 D 2C
Octal 144 142 177 25 27 0 62 364 15 54
Binary 1100100 1100010 1111111 10101 10111 0 110010 11110100 1101 101100

Color Harmonies of #64627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64627F

Black with #64627F

Text Example


Text Example

White with #64627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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