Html Css Color HEX #606875 Shuttle Grey

📋 copy color: '#606875'

red 96 ◦ green 104 ◦ blue 117

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

Shades of Shuttle Grey #606875

Tints of Shuttle Grey #606875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.81%

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

R = 30.28%
G = 32.81%
B = 36.91%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#606875 (or 0x606875) is known color: Shuttle Grey. HEX triplet: 60, 68 and 75. RGB value is (96,104,117). Sum of RGB (Red+Green+Blue) = 96+104+117=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 117 - color contains mainly: blue. Hex color #606875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606875 is #9F978A. Grayscale: #676767. Windows color (decimal): -10459019 or 7694432. OLE color: 7694432.

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

Color convert

RGB 96 104 117 -
CMYK 0.18 0.11 0 0.54
HSL 217.14º 0.1% 0.42% -
HSV(B) 217.14º 0.18% 0.46% -
XYZ 12.99 13.67 18.78 -
YUV 103.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 96 104 117 0.18 0.11 0 0.54 217.14 0.1 0.42
Hex 60 68 75 12 B 0 36 D9 A 2A
Octal 140 150 165 22 13 0 66 331 12 52
Binary 1100000 1101000 1110101 10010 1011 0 110110 11011001 1010 101010

Color Harmonies of #606875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606875

Black with #606875

Text Example


Text Example

White with #606875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606875; }

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

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

background-color css

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

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

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

border-color css

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

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

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