Html Css Color HEX #60637E Comet

📋 copy color: '#60637E'

red 96 ◦ green 99 ◦ blue 126

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

Shades of Comet #60637E

Tints of Comet #60637E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.84%

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

R = 29.91%
G = 30.84%
B = 39.25%

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

#60637E (or 0x60637E) is known color: Comet. HEX triplet: 60, 63 and 7E. RGB value is (96,99,126). Sum of RGB (Red+Green+Blue) = 96+99+126=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 126 - color contains mainly: blue. Hex color #60637E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60637E is #9F9C81. Grayscale: #656565. Windows color (decimal): -10460290 or 8282976. OLE color: 8282976.

HSL color Cylindrical-coordinate representation of color #60637E: hue angle of 234º 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 #60637E is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 99 126 -
CMYK 0.24 0.21 0 0.51
HSL 234º 0.14% 0.44% -
HSV(B) 234º 0.24% 0.49% -
XYZ 13.05 12.92 21.54 -
YUV 101.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 96 99 126 0.24 0.21 0 0.51 234 0.14 0.44
Hex 60 63 7E 18 15 0 33 EA E 2C
Octal 140 143 176 30 25 0 63 352 16 54
Binary 1100000 1100011 1111110 11000 10101 0 110011 11101010 1110 101100

Color Harmonies of #60637E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60637E

Black with #60637E

Text Example


Text Example

White with #60637E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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