Html Css Color HEX #60657D Comet

📋 copy color: '#60657D'

red 96 ◦ green 101 ◦ blue 125

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

Shades of Comet #60657D

Tints of Comet #60657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.37%

 BLUE value IS 125 (49.22% from 255) = 38.82%

R = 29.81%
G = 31.37%
B = 38.82%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#60657D (or 0x60657D) is known color: Comet. HEX triplet: 60, 65 and 7D. RGB value is (96,101,125). Sum of RGB (Red+Green+Blue) = 96+101+125=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 125 - color contains mainly: blue. Hex color #60657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60657D is #9F9A82. Grayscale: #666666. Windows color (decimal): -10459779 or 8217952. OLE color: 8217952.

HSL color Cylindrical-coordinate representation of color #60657D: hue angle of 229.66º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #60657D is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 101 125 -
CMYK 0.23 0.19 0 0.51
HSL 229.66º 0.13% 0.43% -
HSV(B) 229.66º 0.23% 0.49% -
XYZ 13.18 13.27 21.27 -
YUV 102.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 96 101 125 0.23 0.19 0 0.51 229.66 0.13 0.43
Hex 60 65 7D 17 13 0 33 E6 D 2B
Octal 140 145 175 27 23 0 63 346 15 53
Binary 1100000 1100101 1111101 10111 10011 0 110011 11100110 1101 101011

Color Harmonies of #60657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60657D

Black with #60657D

Text Example


Text Example

White with #60657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60657D; }

 p { color: rgb(96,101,125); }

 H1.HeaderClassName
 {
   color: #60657D;
 }
 .AnyTagClassName
 {
   color: #60657D;
 }
</style>

background-color css

<style>
 a { background-color: #60657D; }

 a { background-color: rgb(96,101,125); }

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

border-color css

<style>
 span { border-color: #60657D; }

 span { border-color: rgb(96,101,125); }

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