Html Css Color HEX #697999 Slate Grey

📋 copy color: '#697999'

red 105 ◦ green 121 ◦ blue 153

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

Shades of Slate Grey #697999

Tints of Slate Grey #697999

RGB

 RED value IS 105 (41.41% from 255) = 27.7%

 GREEN value IS 121 (47.66% from 255) = 31.93%

 BLUE value IS 153 (60.16% from 255) = 40.37%

R = 27.7%
G = 31.93%
B = 40.37%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#697999 (or 0x697999) is known color: Slate Grey. HEX triplet: 69, 79 and 99. RGB value is (105,121,153). Sum of RGB (Red+Green+Blue) = 105+121+153=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #697999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697999 is #968666. Grayscale: #777777. Windows color (decimal): -9864807 or 10058089. OLE color: 10058089.

HSL color Cylindrical-coordinate representation of color #697999: hue angle of 220º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #697999 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 121 153 -
CMYK 0.31 0.21 0 0.4
HSL 220º 0.19% 0.51% -
HSV(B) 220º 0.31% 0.6% -
XYZ 18.41 18.98 32.83 -
YUV 119.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 105 121 153 0.31 0.21 0 0.4 220 0.19 0.51
Hex 69 79 99 1F 15 0 28 DC 13 33
Octal 151 171 231 37 25 0 50 334 23 63
Binary 1101001 1111001 10011001 11111 10101 0 101000 11011100 10011 110011

Color Harmonies of #697999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697999

Black with #697999

Text Example


Text Example

White with #697999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697999; }

 p { color: rgb(105,121,153); }

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

background-color css

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

 a { background-color: rgb(105,121,153); }

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

border-color css

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

 span { border-color: rgb(105,121,153); }

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