Html Css Color HEX #697390 Waikawa Grey

📋 copy color: '#697390'

red 105 ◦ green 115 ◦ blue 144

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

Shades of Waikawa Grey #697390

Tints of Waikawa Grey #697390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.59%

 BLUE value IS 144 (56.64% from 255) = 39.56%

R = 28.85%
G = 31.59%
B = 39.56%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#697390 (or 0x697390) is known color: Waikawa Grey. HEX triplet: 69, 73 and 90. RGB value is (105,115,144). Sum of RGB (Red+Green+Blue) = 105+115+144=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #697390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697390 is #968C6F. Grayscale: #737373. Windows color (decimal): -9866352 or 9466729. OLE color: 9466729.

HSL color Cylindrical-coordinate representation of color #697390: hue angle of 224.62º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #697390 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 115 144 -
CMYK 0.27 0.20 0 0.44
HSL 224.62º 0.16% 0.49% -
HSV(B) 224.62º 0.27% 0.56% -
XYZ 16.99 17.28 28.83 -
YUV 115.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 105 115 144 0.27 0.20 0 0.44 224.62 0.16 0.49
Hex 69 73 90 1B 14 0 2C E1 10 31
Octal 151 163 220 33 24 0 54 341 20 61
Binary 1101001 1110011 10010000 11011 10100 0 101100 11100001 10000 110001

Color Harmonies of #697390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697390

Black with #697390

Text Example


Text Example

White with #697390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697390; }

 p { color: rgb(105,115,144); }

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

background-color css

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

 a { background-color: rgb(105,115,144); }

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

border-color css

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

 span { border-color: rgb(105,115,144); }

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