Html Css Color HEX #616672 Shuttle Grey

📋 copy color: '#616672'

red 97 ◦ green 102 ◦ blue 114

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

Shades of Shuttle Grey #616672

Tints of Shuttle Grey #616672

RGB

 RED value IS 97 (38.28% from 255) = 30.99%

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

 BLUE value IS 114 (44.92% from 255) = 36.42%

R = 30.99%
G = 32.59%
B = 36.42%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#616672 (or 0x616672) is known color: Shuttle Grey. HEX triplet: 61, 66 and 72. RGB value is (97,102,114). Sum of RGB (Red+Green+Blue) = 97+102+114=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 114 - color contains mainly: blue. Hex color #616672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616672 is #9E998D. Grayscale: #656565. Windows color (decimal): -10393998 or 7497313. OLE color: 7497313.

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

Color convert

RGB 97 102 114 -
CMYK 0.15 0.11 0 0.55
HSL 222.35º 0.08% 0.41% -
HSV(B) 222.35º 0.15% 0.45% -
XYZ 12.72 13.26 17.81 -
YUV 101.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 97 102 114 0.15 0.11 0 0.55 222.35 0.08 0.41
Hex 61 66 72 F B 0 37 DE 8 29
Octal 141 146 162 17 13 0 67 336 10 51
Binary 1100001 1100110 1110010 1111 1011 0 110111 11011110 1000 101001

Color Harmonies of #616672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616672

Black with #616672

Text Example


Text Example

White with #616672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616672; }

 p { color: rgb(97,102,114); }

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

background-color css

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

 a { background-color: rgb(97,102,114); }

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

border-color css

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

 span { border-color: rgb(97,102,114); }

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