Html Css Color HEX #697094 Waikawa Grey

📋 copy color: '#697094'

red 105 ◦ green 112 ◦ blue 148

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

Shades of Waikawa Grey #697094

Tints of Waikawa Grey #697094

RGB

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

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

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

R = 28.77%
G = 30.68%
B = 40.55%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#697094 (or 0x697094) is known color: Waikawa Grey. HEX triplet: 69, 70 and 94. RGB value is (105,112,148). Sum of RGB (Red+Green+Blue) = 105+112+148=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #697094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697094 is #968F6B. Grayscale: #717171. Windows color (decimal): -9867116 or 9728105. OLE color: 9728105.

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

Color convert

RGB 105 112 148 -
CMYK 0.29 0.24 0 0.42
HSL 230.23º 0.17% 0.5% -
HSV(B) 230.23º 0.29% 0.58% -
XYZ 16.97 16.73 30.35 -
YUV 114.01 147.18 121.57 -
System Red Green Blue C M Y K H S L
Decimal 105 112 148 0.29 0.24 0 0.42 230.23 0.17 0.5
Hex 69 70 94 1D 18 0 2A E6 11 32
Octal 151 160 224 35 30 0 52 346 21 62
Binary 1101001 1110000 10010100 11101 11000 0 101010 11100110 10001 110010

Color Harmonies of #697094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697094

Black with #697094

Text Example


Text Example

White with #697094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697094; }

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

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

background-color css

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

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

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

border-color css

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

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

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