Html Css Color HEX #697A98 Slate Grey

📋 copy color: '#697A98'

red 105 ◦ green 122 ◦ blue 152

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

Shades of Slate Grey #697A98

Tints of Slate Grey #697A98

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.19%

 BLUE value IS 152 (59.77% from 255) = 40.11%

R = 27.7%
G = 32.19%
B = 40.11%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#697A98 (or 0x697A98) is known color: Slate Grey. HEX triplet: 69, 7A and 98. RGB value is (105,122,152). Sum of RGB (Red+Green+Blue) = 105+122+152=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #697A98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697A98 is #968567. Grayscale: #787878. Windows color (decimal): -9864552 or 9992809. OLE color: 9992809.

HSL color Cylindrical-coordinate representation of color #697A98: hue angle of 218.3º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #697A98 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 122 152 -
CMYK 0.31 0.20 0 0.40
HSL 218.3º 0.19% 0.5% -
HSV(B) 218.3º 0.31% 0.6% -
XYZ 18.45 19.19 32.44 -
YUV 120.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 105 122 152 0.31 0.20 0 0.40 218.3 0.19 0.5
Hex 69 7A 98 1F 14 0 28 DA 13 32
Octal 151 172 230 37 24 0 50 332 23 62
Binary 1101001 1111010 10011000 11111 10100 0 101000 11011010 10011 110010

Color Harmonies of #697A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697A98

Black with #697A98

Text Example


Text Example

White with #697A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,122,152); }

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

background-color css

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

 a { background-color: rgb(105,122,152); }

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

border-color css

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

 span { border-color: rgb(105,122,152); }

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