Html Css Color HEX #697491 Waikawa Grey

📋 copy color: '#697491'

red 105 ◦ green 116 ◦ blue 145

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

Shades of Waikawa Grey #697491

Tints of Waikawa Grey #697491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.69%

 BLUE value IS 145 (57.03% from 255) = 39.62%

R = 28.69%
G = 31.69%
B = 39.62%

CMYK

 C value IS 0.28

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#697491 (or 0x697491) is known color: Waikawa Grey. HEX triplet: 69, 74 and 91. RGB value is (105,116,145). Sum of RGB (Red+Green+Blue) = 105+116+145=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 145 - color contains mainly: blue. Hex color #697491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697491 is #968B6E. Grayscale: #737373. Windows color (decimal): -9866095 or 9532521. OLE color: 9532521.

HSL color Cylindrical-coordinate representation of color #697491: hue angle of 223.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #697491 is Cyan = 0.28, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 116 145 -
CMYK 0.28 0.2 0 0.43
HSL 223.5º 0.16% 0.49% -
HSV(B) 223.5º 0.28% 0.57% -
XYZ 17.18 17.54 29.27 -
YUV 116.02 144.36 120.14 -
System Red Green Blue C M Y K H S L
Decimal 105 116 145 0.28 0.2 0 0.43 223.5 0.16 0.49
Hex 69 74 91 1C 14 0 2B E0 10 31
Octal 151 164 221 34 24 0 53 340 20 61
Binary 1101001 1110100 10010001 11100 10100 0 101011 11100000 10000 110001

Color Harmonies of #697491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697491

Black with #697491

Text Example


Text Example

White with #697491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697491; }

 p { color: rgb(105,116,145); }

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

background-color css

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

 a { background-color: rgb(105,116,145); }

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

border-color css

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

 span { border-color: rgb(105,116,145); }

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