Html Css Color HEX #606774 Shuttle Grey

📋 copy color: '#606774'

red 96 ◦ green 103 ◦ blue 116

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

Shades of Shuttle Grey #606774

Tints of Shuttle Grey #606774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 30.48%
G = 32.7%
B = 36.83%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#606774 (or 0x606774) is known color: Shuttle Grey. HEX triplet: 60, 67 and 74. RGB value is (96,103,116). Sum of RGB (Red+Green+Blue) = 96+103+116=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 116 - color contains mainly: blue. Hex color #606774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606774 is #9F988B. Grayscale: #666666. Windows color (decimal): -10459276 or 7628640. OLE color: 7628640.

HSL color Cylindrical-coordinate representation of color #606774: hue angle of 219º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #606774 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 103 116 -
CMYK 0.17 0.11 0 0.55
HSL 219º 0.09% 0.42% -
HSV(B) 219º 0.17% 0.45% -
XYZ 12.83 13.45 18.44 -
YUV 102.39 135.68 123.44 -
System Red Green Blue C M Y K H S L
Decimal 96 103 116 0.17 0.11 0 0.55 219 0.09 0.42
Hex 60 67 74 11 B 0 37 DB 9 2A
Octal 140 147 164 21 13 0 67 333 11 52
Binary 1100000 1100111 1110100 10001 1011 0 110111 11011011 1001 101010

Color Harmonies of #606774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606774

Black with #606774

Text Example


Text Example

White with #606774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606774; }

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

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

background-color css

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

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

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

border-color css

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

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

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