Html Css Color HEX #64677F Comet

📋 copy color: '#64677F'

red 100 ◦ green 103 ◦ blue 127

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

Shades of Comet #64677F

Tints of Comet #64677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.21%

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

R = 30.3%
G = 31.21%
B = 38.48%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64677F (or 0x64677F) is known color: Comet. HEX triplet: 64, 67 and 7F. RGB value is (100,103,127). Sum of RGB (Red+Green+Blue) = 100+103+127=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 127 - color contains mainly: blue. Hex color #64677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64677F is #9B9880. Grayscale: #686868. Windows color (decimal): -10197121 or 8349540. OLE color: 8349540.

HSL color Cylindrical-coordinate representation of color #64677F: hue angle of 233.33º 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 #64677F is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 103 127 -
CMYK 0.21 0.19 0 0.50
HSL 233.33º 0.12% 0.45% -
HSV(B) 233.33º 0.21% 0.5% -
XYZ 13.94 13.94 22.04 -
YUV 104.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 100 103 127 0.21 0.19 0 0.50 233.33 0.12 0.45
Hex 64 67 7F 15 13 0 32 E9 C 2D
Octal 144 147 177 25 23 0 62 351 14 55
Binary 1100100 1100111 1111111 10101 10011 0 110010 11101001 1100 101101

Color Harmonies of #64677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64677F

Black with #64677F

Text Example


Text Example

White with #64677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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