Html Css Color HEX #606675 Shuttle Grey

📋 copy color: '#606675'

red 96 ◦ green 102 ◦ blue 117

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

Shades of Shuttle Grey #606675

Tints of Shuttle Grey #606675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.38%

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

R = 30.48%
G = 32.38%
B = 37.14%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#606675 (or 0x606675) is known color: Shuttle Grey. HEX triplet: 60, 66 and 75. RGB value is (96,102,117). Sum of RGB (Red+Green+Blue) = 96+102+117=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #606675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606675 is #9F998A. Grayscale: #656565. Windows color (decimal): -10459531 or 7693920. OLE color: 7693920.

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

Color convert

RGB 96 102 117 -
CMYK 0.18 0.13 0 0.54
HSL 222.86º 0.1% 0.42% -
HSV(B) 222.86º 0.18% 0.46% -
XYZ 12.79 13.27 18.72 -
YUV 101.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 96 102 117 0.18 0.13 0 0.54 222.86 0.1 0.42
Hex 60 66 75 12 D 0 36 DF A 2A
Octal 140 146 165 22 15 0 66 337 12 52
Binary 1100000 1100110 1110101 10010 1101 0 110110 11011111 1010 101010

Color Harmonies of #606675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606675

Black with #606675

Text Example


Text Example

White with #606675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606675; }

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

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

background-color css

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

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

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

border-color css

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

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

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