Html Css Color HEX #697E94 Slate Grey

📋 copy color: '#697E94'

red 105 ◦ green 126 ◦ blue 148

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

Shades of Slate Grey #697E94

Tints of Slate Grey #697E94

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.25%

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

R = 27.7%
G = 33.25%
B = 39.05%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#697E94 (or 0x697E94) is known color: Slate Grey. HEX triplet: 69, 7E and 94. RGB value is (105,126,148). Sum of RGB (Red+Green+Blue) = 105+126+148=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 148 - color contains mainly: blue. Hex color #697E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697E94 is #96816B. Grayscale: #7A7A7A. Windows color (decimal): -9863532 or 9731689. OLE color: 9731689.

HSL color Cylindrical-coordinate representation of color #697E94: hue angle of 210.7º 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 #697E94 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 126 148 -
CMYK 0.29 0.15 0 0.42
HSL 210.7º 0.17% 0.5% -
HSV(B) 210.7º 0.29% 0.58% -
XYZ 18.63 20.06 30.91 -
YUV 122.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 105 126 148 0.29 0.15 0 0.42 210.7 0.17 0.5
Hex 69 7E 94 1D F 0 2A D3 11 32
Octal 151 176 224 35 17 0 52 323 21 62
Binary 1101001 1111110 10010100 11101 1111 0 101010 11010011 10001 110010

Color Harmonies of #697E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697E94

Black with #697E94

Text Example


Text Example

White with #697E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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