Html Css Color HEX #697F94 Slate Grey

📋 copy color: '#697F94'

red 105 ◦ green 127 ◦ blue 148

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

Shades of Slate Grey #697F94

Tints of Slate Grey #697F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.95%

R = 27.63%
G = 33.42%
B = 38.95%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#697F94 (or 0x697F94) is known color: Slate Grey. HEX triplet: 69, 7F and 94. RGB value is (105,127,148). Sum of RGB (Red+Green+Blue) = 105+127+148=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 148 - color contains mainly: blue. Hex color #697F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697F94 is #96806B. Grayscale: #7A7A7A. Windows color (decimal): -9863276 or 9731945. OLE color: 9731945.

HSL color Cylindrical-coordinate representation of color #697F94: hue angle of 209.3º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #697F94 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 127 148 -
CMYK 0.29 0.14 0 0.42
HSL 209.3º 0.17% 0.5% -
HSV(B) 209.3º 0.29% 0.58% -
XYZ 18.76 20.32 30.95 -
YUV 122.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 105 127 148 0.29 0.14 0 0.42 209.3 0.17 0.5
Hex 69 7F 94 1D E 0 2A D1 11 32
Octal 151 177 224 35 16 0 52 321 21 62
Binary 1101001 1111111 10010100 11101 1110 0 101010 11010001 10001 110010

Color Harmonies of #697F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697F94

Black with #697F94

Text Example


Text Example

White with #697F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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