Html Css Color HEX #697C95 Slate Grey

📋 copy color: '#697C95'

red 105 ◦ green 124 ◦ blue 149

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

Shades of Slate Grey #697C95

Tints of Slate Grey #697C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.8%

 BLUE value IS 149 (58.59% from 255) = 39.42%

R = 27.78%
G = 32.8%
B = 39.42%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#697C95 (or 0x697C95) is known color: Slate Grey. HEX triplet: 69, 7C and 95. RGB value is (105,124,149). Sum of RGB (Red+Green+Blue) = 105+124+149=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 149 - color contains mainly: blue. Hex color #697C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697C95 is #96836A. Grayscale: #797979. Windows color (decimal): -9864043 or 9796713. OLE color: 9796713.

HSL color Cylindrical-coordinate representation of color #697C95: hue angle of 214.09º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #697C95 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 124 149 -
CMYK 0.30 0.17 0 0.42
HSL 214.09º 0.17% 0.5% -
HSV(B) 214.09º 0.3% 0.58% -
XYZ 18.46 19.59 31.24 -
YUV 121.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 105 124 149 0.30 0.17 0 0.42 214.09 0.17 0.5
Hex 69 7C 95 1E 11 0 2A D6 11 32
Octal 151 174 225 36 21 0 52 326 21 62
Binary 1101001 1111100 10010101 11110 10001 0 101010 11010110 10001 110010

Color Harmonies of #697C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697C95

Black with #697C95

Text Example


Text Example

White with #697C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,124,149); }

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

background-color css

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

 a { background-color: rgb(105,124,149); }

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

border-color css

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

 span { border-color: rgb(105,124,149); }

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