Html Css Color HEX #697D99 Slate Grey

📋 copy color: '#697D99'

red 105 ◦ green 125 ◦ blue 153

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

Shades of Slate Grey #697D99

Tints of Slate Grey #697D99

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.64%

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

R = 27.42%
G = 32.64%
B = 39.95%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#697D99 (or 0x697D99) is known color: Slate Grey. HEX triplet: 69, 7D and 99. RGB value is (105,125,153). Sum of RGB (Red+Green+Blue) = 105+125+153=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #697D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697D99 is #968266. Grayscale: #7A7A7A. Windows color (decimal): -9863783 or 10059113. OLE color: 10059113.

HSL color Cylindrical-coordinate representation of color #697D99: hue angle of 215º 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 #697D99 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 125 153 -
CMYK 0.31 0.18 0 0.4
HSL 215º 0.19% 0.51% -
HSV(B) 215º 0.31% 0.6% -
XYZ 18.91 19.97 33 -
YUV 122.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 105 125 153 0.31 0.18 0 0.4 215 0.19 0.51
Hex 69 7D 99 1F 12 0 28 D7 13 33
Octal 151 175 231 37 22 0 50 327 23 63
Binary 1101001 1111101 10011001 11111 10010 0 101000 11010111 10011 110011

Color Harmonies of #697D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697D99

Black with #697D99

Text Example


Text Example

White with #697D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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