Html Css Color HEX #697394 Waikawa Grey

📋 copy color: '#697394'

red 105 ◦ green 115 ◦ blue 148

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

Shades of Waikawa Grey #697394

Tints of Waikawa Grey #697394

RGB

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

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

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

R = 28.53%
G = 31.25%
B = 40.22%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#697394 (or 0x697394) is known color: Waikawa Grey. HEX triplet: 69, 73 and 94. RGB value is (105,115,148). Sum of RGB (Red+Green+Blue) = 105+115+148=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 148 - color contains mainly: blue. Hex color #697394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697394 is #968C6B. Grayscale: #737373. Windows color (decimal): -9866348 or 9728873. OLE color: 9728873.

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

Color convert

RGB 105 115 148 -
CMYK 0.29 0.22 0 0.42
HSL 226.05º 0.17% 0.5% -
HSV(B) 226.05º 0.29% 0.58% -
XYZ 17.3 17.4 30.46 -
YUV 115.77 146.19 120.32 -
System Red Green Blue C M Y K H S L
Decimal 105 115 148 0.29 0.22 0 0.42 226.05 0.17 0.5
Hex 69 73 94 1D 16 0 2A E2 11 32
Octal 151 163 224 35 26 0 52 342 21 62
Binary 1101001 1110011 10010100 11101 10110 0 101010 11100010 10001 110010

Color Harmonies of #697394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697394

Black with #697394

Text Example


Text Example

White with #697394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697394; }

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

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

background-color css

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

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

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

border-color css

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

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

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