Html Css Color HEX #606775 Shuttle Grey

📋 copy color: '#606775'

red 96 ◦ green 103 ◦ blue 117

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

Shades of Shuttle Grey #606775

Tints of Shuttle Grey #606775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.59%

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

R = 30.38%
G = 32.59%
B = 37.03%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#606775 (or 0x606775) is known color: Shuttle Grey. HEX triplet: 60, 67 and 75. RGB value is (96,103,117). Sum of RGB (Red+Green+Blue) = 96+103+117=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 117 - color contains mainly: blue. Hex color #606775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606775 is #9F988A. Grayscale: #666666. Windows color (decimal): -10459275 or 7694176. OLE color: 7694176.

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

Color convert

RGB 96 103 117 -
CMYK 0.18 0.12 0 0.54
HSL 220º 0.1% 0.42% -
HSV(B) 220º 0.18% 0.46% -
XYZ 12.89 13.47 18.75 -
YUV 102.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 96 103 117 0.18 0.12 0 0.54 220 0.1 0.42
Hex 60 67 75 12 C 0 36 DC A 2A
Octal 140 147 165 22 14 0 66 334 12 52
Binary 1100000 1100111 1110101 10010 1100 0 110110 11011100 1010 101010

Color Harmonies of #606775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606775

Black with #606775

Text Example


Text Example

White with #606775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606775; }

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

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

background-color css

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

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

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

border-color css

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

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

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