Html Css Color HEX #697591 Waikawa Grey

📋 copy color: '#697591'

red 105 ◦ green 117 ◦ blue 145

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

Shades of Waikawa Grey #697591

Tints of Waikawa Grey #697591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.88%

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

R = 28.61%
G = 31.88%
B = 39.51%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#697591 (or 0x697591) is known color: Waikawa Grey. HEX triplet: 69, 75 and 91. RGB value is (105,117,145). Sum of RGB (Red+Green+Blue) = 105+117+145=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 145 - color contains mainly: blue. Hex color #697591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697591 is #968A6E. Grayscale: #747474. Windows color (decimal): -9865839 or 9532777. OLE color: 9532777.

HSL color Cylindrical-coordinate representation of color #697591: hue angle of 222º 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 #697591 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 117 145 -
CMYK 0.28 0.19 0 0.43
HSL 222º 0.16% 0.49% -
HSV(B) 222º 0.28% 0.57% -
XYZ 17.3 17.77 29.31 -
YUV 116.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 105 117 145 0.28 0.19 0 0.43 222 0.16 0.49
Hex 69 75 91 1C 13 0 2B DE 10 31
Octal 151 165 221 34 23 0 53 336 20 61
Binary 1101001 1110101 10010001 11100 10011 0 101011 11011110 10000 110001

Color Harmonies of #697591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697591

Black with #697591

Text Example


Text Example

White with #697591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697591; }

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

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

background-color css

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

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

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

border-color css

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

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

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