Html Css Color HEX #697895 Waikawa Grey

📋 copy color: '#697895'

red 105 ◦ green 120 ◦ blue 149

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

Shades of Waikawa Grey #697895

Tints of Waikawa Grey #697895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.09%

 BLUE value IS 149 (58.59% from 255) = 39.84%

R = 28.07%
G = 32.09%
B = 39.84%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#697895 (or 0x697895) is known color: Waikawa Grey. HEX triplet: 69, 78 and 95. RGB value is (105,120,149). Sum of RGB (Red+Green+Blue) = 105+120+149=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #697895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697895 is #96876A. Grayscale: #767676. Windows color (decimal): -9865067 or 9795689. OLE color: 9795689.

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

Color convert

RGB 105 120 149 -
CMYK 0.30 0.19 0 0.42
HSL 219.55º 0.17% 0.5% -
HSV(B) 219.55º 0.3% 0.58% -
XYZ 17.97 18.61 31.08 -
YUV 118.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 105 120 149 0.30 0.19 0 0.42 219.55 0.17 0.5
Hex 69 78 95 1E 13 0 2A DC 11 32
Octal 151 170 225 36 23 0 52 334 21 62
Binary 1101001 1111000 10010101 11110 10011 0 101010 11011100 10001 110010

Color Harmonies of #697895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697895

Black with #697895

Text Example


Text Example

White with #697895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697895; }

 p { color: rgb(105,120,149); }

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

background-color css

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

 a { background-color: rgb(105,120,149); }

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

border-color css

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

 span { border-color: rgb(105,120,149); }

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