Html Css Color HEX #697095 Waikawa Grey

📋 copy color: '#697095'

red 105 ◦ green 112 ◦ blue 149

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

Shades of Waikawa Grey #697095

Tints of Waikawa Grey #697095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.6%

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

R = 28.69%
G = 30.6%
B = 40.71%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#697095 (or 0x697095) is known color: Waikawa Grey. HEX triplet: 69, 70 and 95. RGB value is (105,112,149). Sum of RGB (Red+Green+Blue) = 105+112+149=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #697095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697095 is #968F6A. Grayscale: #717171. Windows color (decimal): -9867115 or 9793641. OLE color: 9793641.

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

Color convert

RGB 105 112 149 -
CMYK 0.30 0.25 0 0.42
HSL 230.45º 0.17% 0.5% -
HSV(B) 230.45º 0.3% 0.58% -
XYZ 17.04 16.76 30.77 -
YUV 114.13 147.68 121.49 -
System Red Green Blue C M Y K H S L
Decimal 105 112 149 0.30 0.25 0 0.42 230.45 0.17 0.5
Hex 69 70 95 1E 19 0 2A E6 11 32
Octal 151 160 225 36 31 0 52 346 21 62
Binary 1101001 1110000 10010101 11110 11001 0 101010 11100110 10001 110010

Color Harmonies of #697095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697095

Black with #697095

Text Example


Text Example

White with #697095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697095; }

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

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

background-color css

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

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

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

border-color css

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

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

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