Html Css Color HEX #697B9D Slate Grey

📋 copy color: '#697B9D'

red 105 ◦ green 123 ◦ blue 157

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

Shades of Slate Grey #697B9D

Tints of Slate Grey #697B9D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.95%

 BLUE value IS 157 (61.72% from 255) = 40.78%

R = 27.27%
G = 31.95%
B = 40.78%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#697B9D (or 0x697B9D) is known color: Slate Grey. HEX triplet: 69, 7B and 9D. RGB value is (105,123,157). Sum of RGB (Red+Green+Blue) = 105+123+157=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #697B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697B9D is #968462. Grayscale: #797979. Windows color (decimal): -9864291 or 10320745. OLE color: 10320745.

HSL color Cylindrical-coordinate representation of color #697B9D: hue angle of 219.23º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #697B9D is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 123 157 -
CMYK 0.33 0.22 0 0.38
HSL 219.23º 0.21% 0.51% -
HSV(B) 219.23º 0.33% 0.62% -
XYZ 18.99 19.6 34.68 -
YUV 121.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 105 123 157 0.33 0.22 0 0.38 219.23 0.21 0.51
Hex 69 7B 9D 21 16 0 26 DB 15 33
Octal 151 173 235 41 26 0 46 333 25 63
Binary 1101001 1111011 10011101 100001 10110 0 100110 11011011 10101 110011

Color Harmonies of #697B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697B9D

Black with #697B9D

Text Example


Text Example

White with #697B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,123,157); }

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

background-color css

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

 a { background-color: rgb(105,123,157); }

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

border-color css

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

 span { border-color: rgb(105,123,157); }

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