Html Css Color HEX #697F9C Slate Grey

📋 copy color: '#697F9C'

red 105 ◦ green 127 ◦ blue 156

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

Shades of Slate Grey #697F9C

Tints of Slate Grey #697F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.21%

R = 27.06%
G = 32.73%
B = 40.21%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#697F9C (or 0x697F9C) is known color: Slate Grey. HEX triplet: 69, 7F and 9C. RGB value is (105,127,156). Sum of RGB (Red+Green+Blue) = 105+127+156=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #697F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697F9C is #968063. Grayscale: #7B7B7B. Windows color (decimal): -9863268 or 10256233. OLE color: 10256233.

HSL color Cylindrical-coordinate representation of color #697F9C: hue angle of 214.12º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #697F9C is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 127 156 -
CMYK 0.33 0.19 0 0.39
HSL 214.12º 0.2% 0.51% -
HSV(B) 214.12º 0.33% 0.61% -
XYZ 19.42 20.58 34.4 -
YUV 123.73 146.21 114.64 -
System Red Green Blue C M Y K H S L
Decimal 105 127 156 0.33 0.19 0 0.39 214.12 0.2 0.51
Hex 69 7F 9C 21 13 0 27 D6 14 33
Octal 151 177 234 41 23 0 47 326 24 63
Binary 1101001 1111111 10011100 100001 10011 0 100111 11010110 10100 110011

Color Harmonies of #697F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697F9C

Black with #697F9C

Text Example


Text Example

White with #697F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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