Html Css Color HEX #697C8E Slate Grey

📋 copy color: '#697C8E'

red 105 ◦ green 124 ◦ blue 142

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

Shades of Slate Grey #697C8E

Tints of Slate Grey #697C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.27%

R = 28.3%
G = 33.42%
B = 38.27%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#697C8E (or 0x697C8E) is known color: Slate Grey. HEX triplet: 69, 7C and 8E. RGB value is (105,124,142). Sum of RGB (Red+Green+Blue) = 105+124+142=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #697C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697C8E is #968371. Grayscale: #787878. Windows color (decimal): -9864050 or 9337961. OLE color: 9337961.

HSL color Cylindrical-coordinate representation of color #697C8E: hue angle of 209.19º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #697C8E is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 124 142 -
CMYK 0.26 0.13 0 0.44
HSL 209.19º 0.15% 0.48% -
HSV(B) 209.19º 0.26% 0.56% -
XYZ 17.92 19.37 28.39 -
YUV 120.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 105 124 142 0.26 0.13 0 0.44 209.19 0.15 0.48
Hex 69 7C 8E 1A D 0 2C D1 F 30
Octal 151 174 216 32 15 0 54 321 17 60
Binary 1101001 1111100 10001110 11010 1101 0 101100 11010001 1111 110000

Color Harmonies of #697C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697C8E

Black with #697C8E

Text Example


Text Example

White with #697C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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