Html Css Color HEX #606275 Comet

📋 copy color: '#606275'

red 96 ◦ green 98 ◦ blue 117

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

Shades of Comet #606275

Tints of Comet #606275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.62%

R = 30.87%
G = 31.51%
B = 37.62%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#606275 (or 0x606275) is known color: Comet. HEX triplet: 60, 62 and 75. RGB value is (96,98,117). Sum of RGB (Red+Green+Blue) = 96+98+117=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 117 - color contains mainly: blue. Hex color #606275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606275 is #9F9D8A. Grayscale: #636363. Windows color (decimal): -10460555 or 7692896. OLE color: 7692896.

HSL color Cylindrical-coordinate representation of color #606275: hue angle of 234.29º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #606275 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 98 117 -
CMYK 0.18 0.16 0 0.54
HSL 234.29º 0.1% 0.42% -
HSV(B) 234.29º 0.18% 0.46% -
XYZ 12.4 12.51 18.59 -
YUV 99.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 96 98 117 0.18 0.16 0 0.54 234.29 0.1 0.42
Hex 60 62 75 12 10 0 36 EA A 2A
Octal 140 142 165 22 20 0 66 352 12 52
Binary 1100000 1100010 1110101 10010 10000 0 110110 11101010 1010 101010

Color Harmonies of #606275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606275

Black with #606275

Text Example


Text Example

White with #606275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606275; }

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

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

background-color css

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

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

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

border-color css

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

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

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