Html Css Color HEX #60647F Comet

📋 copy color: '#60647F'

red 96 ◦ green 100 ◦ blue 127

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

Shades of Comet #60647F

Tints of Comet #60647F

RGB

 RED value IS 96 (37.89% from 255) = 29.72%

 GREEN value IS 100 (39.45% from 255) = 30.96%

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

R = 29.72%
G = 30.96%
B = 39.32%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#60647F (or 0x60647F) is known color: Comet. HEX triplet: 60, 64 and 7F. RGB value is (96,100,127). Sum of RGB (Red+Green+Blue) = 96+100+127=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #60647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60647F is #9F9B80. Grayscale: #656565. Windows color (decimal): -10460033 or 8348768. OLE color: 8348768.

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

Color convert

RGB 96 100 127 -
CMYK 0.24 0.21 0 0.50
HSL 232.26º 0.14% 0.44% -
HSV(B) 232.26º 0.24% 0.5% -
XYZ 13.21 13.13 21.92 -
YUV 101.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 96 100 127 0.24 0.21 0 0.50 232.26 0.14 0.44
Hex 60 64 7F 18 15 0 32 E8 E 2C
Octal 140 144 177 30 25 0 62 350 16 54
Binary 1100000 1100100 1111111 11000 10101 0 110010 11101000 1110 101100

Color Harmonies of #60647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60647F

Black with #60647F

Text Example


Text Example

White with #60647F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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