Html Css Color HEX #606A75 Shuttle Grey

📋 copy color: '#606A75'

red 96 ◦ green 106 ◦ blue 117

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

Shades of Shuttle Grey #606A75

Tints of Shuttle Grey #606A75

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.23%

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

R = 30.09%
G = 33.23%
B = 36.68%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#606A75 (or 0x606A75) is known color: Shuttle Grey. HEX triplet: 60, 6A and 75. RGB value is (96,106,117). Sum of RGB (Red+Green+Blue) = 96+106+117=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 117 - color contains mainly: blue. Hex color #606A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606A75 is #9F958A. Grayscale: #686868. Windows color (decimal): -10458507 or 7694944. OLE color: 7694944.

HSL color Cylindrical-coordinate representation of color #606A75: hue angle of 211.43º 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 #606A75 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 106 117 -
CMYK 0.18 0.09 0 0.54
HSL 211.43º 0.1% 0.42% -
HSV(B) 211.43º 0.18% 0.46% -
XYZ 13.19 14.08 18.85 -
YUV 104.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 96 106 117 0.18 0.09 0 0.54 211.43 0.1 0.42
Hex 60 6A 75 12 9 0 36 D3 A 2A
Octal 140 152 165 22 11 0 66 323 12 52
Binary 1100000 1101010 1110101 10010 1001 0 110110 11010011 1010 101010

Color Harmonies of #606A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606A75

Black with #606A75

Text Example


Text Example

White with #606A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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