Html Css Color HEX #606271 Comet

📋 copy color: '#606271'

red 96 ◦ green 98 ◦ blue 113

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

Shades of Comet #606271

Tints of Comet #606271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.92%

 BLUE value IS 113 (44.53% from 255) = 36.81%

R = 31.27%
G = 31.92%
B = 36.81%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#606271 (or 0x606271) is known color: Comet. HEX triplet: 60, 62 and 71. RGB value is (96,98,113). Sum of RGB (Red+Green+Blue) = 96+98+113=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 113 - color contains mainly: blue. Hex color #606271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606271 is #9F9D8E. Grayscale: #636363. Windows color (decimal): -10460559 or 7430752. OLE color: 7430752.

HSL color Cylindrical-coordinate representation of color #606271: hue angle of 232.94º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #606271 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 98 113 -
CMYK 0.15 0.13 0 0.56
HSL 232.94º 0.08% 0.41% -
HSV(B) 232.94º 0.15% 0.44% -
XYZ 12.17 12.41 17.38 -
YUV 99.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 96 98 113 0.15 0.13 0 0.56 232.94 0.08 0.41
Hex 60 62 71 F D 0 38 E9 8 29
Octal 140 142 161 17 15 0 70 351 10 51
Binary 1100000 1100010 1110001 1111 1101 0 111000 11101001 1000 101001

Color Harmonies of #606271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606271

Black with #606271

Text Example


Text Example

White with #606271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606271; }

 p { color: rgb(96,98,113); }

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

background-color css

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

 a { background-color: rgb(96,98,113); }

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

border-color css

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

 span { border-color: rgb(96,98,113); }

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