Html Css Color HEX #697F9E Slate Grey

📋 copy color: '#697F9E'

red 105 ◦ green 127 ◦ blue 158

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

Shades of Slate Grey #697F9E

Tints of Slate Grey #697F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.51%

R = 26.92%
G = 32.56%
B = 40.51%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#697F9E (or 0x697F9E) is known color: Slate Grey. HEX triplet: 69, 7F and 9E. RGB value is (105,127,158). Sum of RGB (Red+Green+Blue) = 105+127+158=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #697F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697F9E is #968061. Grayscale: #7B7B7B. Windows color (decimal): -9863266 or 10387305. OLE color: 10387305.

HSL color Cylindrical-coordinate representation of color #697F9E: hue angle of 215.09º degrees, saturation: 0.21, 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 #697F9E is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 127 158 -
CMYK 0.34 0.20 0 0.38
HSL 215.09º 0.21% 0.52% -
HSV(B) 215.09º 0.34% 0.62% -
XYZ 19.59 20.65 35.3 -
YUV 123.96 147.21 114.48 -
System Red Green Blue C M Y K H S L
Decimal 105 127 158 0.34 0.20 0 0.38 215.09 0.21 0.52
Hex 69 7F 9E 22 14 0 26 D7 15 34
Octal 151 177 236 42 24 0 46 327 25 64
Binary 1101001 1111111 10011110 100010 10100 0 100110 11010111 10101 110100

Color Harmonies of #697F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697F9E

Black with #697F9E

Text Example


Text Example

White with #697F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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