Html Css Color HEX #697C9F Slate Grey

📋 copy color: '#697C9F'

red 105 ◦ green 124 ◦ blue 159

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

Shades of Slate Grey #697C9F

Tints of Slate Grey #697C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.98%

R = 27.06%
G = 31.96%
B = 40.98%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#697C9F (or 0x697C9F) is known color: Slate Grey. HEX triplet: 69, 7C and 9F. RGB value is (105,124,159). Sum of RGB (Red+Green+Blue) = 105+124+159=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #697C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697C9F is #968360. Grayscale: #7A7A7A. Windows color (decimal): -9864033 or 10452073. OLE color: 10452073.

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

Color convert

RGB 105 124 159 -
CMYK 0.34 0.22 0 0.38
HSL 218.89º 0.22% 0.52% -
HSV(B) 218.89º 0.34% 0.62% -
XYZ 19.29 19.92 35.63 -
YUV 122.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 105 124 159 0.34 0.22 0 0.38 218.89 0.22 0.52
Hex 69 7C 9F 22 16 0 26 DB 16 34
Octal 151 174 237 42 26 0 46 333 26 64
Binary 1101001 1111100 10011111 100010 10110 0 100110 11011011 10110 110100

Color Harmonies of #697C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697C9F

Black with #697C9F

Text Example


Text Example

White with #697C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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