Html Css Color HEX #64627C Comet

📋 copy color: '#64627C'

red 100 ◦ green 98 ◦ blue 124

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

Shades of Comet #64627C

Tints of Comet #64627C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.51%

R = 31.06%
G = 30.43%
B = 38.51%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64627C (or 0x64627C) is known color: Comet. HEX triplet: 64, 62 and 7C. RGB value is (100,98,124). Sum of RGB (Red+Green+Blue) = 100+98+124=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #64627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64627C is #9B9D83. Grayscale: #656565. Windows color (decimal): -10198404 or 8151652. OLE color: 8151652.

HSL color Cylindrical-coordinate representation of color #64627C: hue angle of 244.62º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #64627C is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 98 124 -
CMYK 0.19 0.21 0 0.51
HSL 244.62º 0.12% 0.44% -
HSV(B) 244.62º 0.21% 0.49% -
XYZ 13.26 12.9 20.86 -
YUV 101.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 100 98 124 0.19 0.21 0 0.51 244.62 0.12 0.44
Hex 64 62 7C 13 15 0 33 F5 C 2C
Octal 144 142 174 23 25 0 63 365 14 54
Binary 1100100 1100010 1111100 10011 10101 0 110011 11110101 1100 101100

Color Harmonies of #64627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64627C

Black with #64627C

Text Example


Text Example

White with #64627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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