Html Css Color HEX #697195 Waikawa Grey

📋 copy color: '#697195'

red 105 ◦ green 113 ◦ blue 149

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

Shades of Waikawa Grey #697195

Tints of Waikawa Grey #697195

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.79%

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

R = 28.61%
G = 30.79%
B = 40.6%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#697195 (or 0x697195) is known color: Waikawa Grey. HEX triplet: 69, 71 and 95. RGB value is (105,113,149). Sum of RGB (Red+Green+Blue) = 105+113+149=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 149 - color contains mainly: blue. Hex color #697195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697195 is #968E6A. Grayscale: #727272. Windows color (decimal): -9866859 or 9793897. OLE color: 9793897.

HSL color Cylindrical-coordinate representation of color #697195: hue angle of 229.09º 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 #697195 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 113 149 -
CMYK 0.30 0.24 0 0.42
HSL 229.09º 0.17% 0.5% -
HSV(B) 229.09º 0.3% 0.58% -
XYZ 17.16 16.98 30.81 -
YUV 114.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 105 113 149 0.30 0.24 0 0.42 229.09 0.17 0.5
Hex 69 71 95 1E 18 0 2A E5 11 32
Octal 151 161 225 36 30 0 52 345 21 62
Binary 1101001 1110001 10010101 11110 11000 0 101010 11100101 10001 110010

Color Harmonies of #697195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697195

Black with #697195

Text Example


Text Example

White with #697195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697195; }

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

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

background-color css

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

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

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

border-color css

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

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

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