Html Css Color HEX #60647E Comet

📋 copy color: '#60647E'

red 96 ◦ green 100 ◦ blue 126

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

Shades of Comet #60647E

Tints of Comet #60647E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.13%

R = 29.81%
G = 31.06%
B = 39.13%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60647E (or 0x60647E) is known color: Comet. HEX triplet: 60, 64 and 7E. RGB value is (96,100,126). Sum of RGB (Red+Green+Blue) = 96+100+126=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 126 - color contains mainly: blue. Hex color #60647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60647E is #9F9B81. Grayscale: #656565. Windows color (decimal): -10460034 or 8283232. OLE color: 8283232.

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

Color convert

RGB 96 100 126 -
CMYK 0.24 0.21 0 0.51
HSL 232º 0.14% 0.44% -
HSV(B) 232º 0.24% 0.49% -
XYZ 13.15 13.11 21.58 -
YUV 101.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 96 100 126 0.24 0.21 0 0.51 232 0.14 0.44
Hex 60 64 7E 18 15 0 33 E8 E 2C
Octal 140 144 176 30 25 0 63 350 16 54
Binary 1100000 1100100 1111110 11000 10101 0 110011 11101000 1110 101100

Color Harmonies of #60647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60647E

Black with #60647E

Text Example


Text Example

White with #60647E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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