Html Css Color HEX #697F96 Slate Grey

📋 copy color: '#697F96'

red 105 ◦ green 127 ◦ blue 150

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

Shades of Slate Grey #697F96

Tints of Slate Grey #697F96

RGB

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

 GREEN value IS 127 (50% from 255) = 33.25%

 BLUE value IS 150 (58.98% from 255) = 39.27%

R = 27.49%
G = 33.25%
B = 39.27%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#697F96 (or 0x697F96) is known color: Slate Grey. HEX triplet: 69, 7F and 96. RGB value is (105,127,150). Sum of RGB (Red+Green+Blue) = 105+127+150=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 150 - color contains mainly: blue. Hex color #697F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697F96 is #968069. Grayscale: #7A7A7A. Windows color (decimal): -9863274 or 9863017. OLE color: 9863017.

HSL color Cylindrical-coordinate representation of color #697F96: hue angle of 210.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #697F96 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 127 150 -
CMYK 0.30 0.15 0 0.41
HSL 210.67º 0.18% 0.5% -
HSV(B) 210.67º 0.3% 0.59% -
XYZ 18.92 20.38 31.79 -
YUV 123.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 105 127 150 0.30 0.15 0 0.41 210.67 0.18 0.5
Hex 69 7F 96 1E F 0 29 D3 12 32
Octal 151 177 226 36 17 0 51 323 22 62
Binary 1101001 1111111 10010110 11110 1111 0 101001 11010011 10010 110010

Color Harmonies of #697F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697F96

Black with #697F96

Text Example


Text Example

White with #697F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,127,150); }

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

background-color css

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

 a { background-color: rgb(105,127,150); }

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

border-color css

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

 span { border-color: rgb(105,127,150); }

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