Html Css Color HEX #697194 Waikawa Grey

📋 copy color: '#697194'

red 105 ◦ green 113 ◦ blue 148

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

Shades of Waikawa Grey #697194

Tints of Waikawa Grey #697194

RGB

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

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

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

R = 28.69%
G = 30.87%
B = 40.44%

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

#697194 (or 0x697194) is known color: Waikawa Grey. HEX triplet: 69, 71 and 94. RGB value is (105,113,148). Sum of RGB (Red+Green+Blue) = 105+113+148=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #697194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697194 is #968E6B. Grayscale: #727272. Windows color (decimal): -9866860 or 9728361. OLE color: 9728361.

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

Color convert

RGB 105 113 148 -
CMYK 0.29 0.24 0 0.42
HSL 228.84º 0.17% 0.5% -
HSV(B) 228.84º 0.29% 0.58% -
XYZ 17.08 16.95 30.39 -
YUV 114.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 105 113 148 0.29 0.24 0 0.42 228.84 0.17 0.5
Hex 69 71 94 1D 18 0 2A E5 11 32
Octal 151 161 224 35 30 0 52 345 21 62
Binary 1101001 1110001 10010100 11101 11000 0 101010 11100101 10001 110010

Color Harmonies of #697194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697194

Black with #697194

Text Example


Text Example

White with #697194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697194; }

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

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

background-color css

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

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

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

border-color css

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

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

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