Html Css Color HEX #697398 Waikawa Grey

📋 copy color: '#697398'

red 105 ◦ green 115 ◦ blue 152

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

Shades of Waikawa Grey #697398

Tints of Waikawa Grey #697398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.86%

R = 28.23%
G = 30.91%
B = 40.86%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#697398 (or 0x697398) is known color: Waikawa Grey. HEX triplet: 69, 73 and 98. RGB value is (105,115,152). Sum of RGB (Red+Green+Blue) = 105+115+152=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #697398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697398 is #968C67. Grayscale: #747474. Windows color (decimal): -9866344 or 9991017. OLE color: 9991017.

HSL color Cylindrical-coordinate representation of color #697398: hue angle of 227.23º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #697398 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 115 152 -
CMYK 0.31 0.24 0 0.40
HSL 227.23º 0.19% 0.5% -
HSV(B) 227.23º 0.31% 0.6% -
XYZ 17.62 17.53 32.16 -
YUV 116.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 105 115 152 0.31 0.24 0 0.40 227.23 0.19 0.5
Hex 69 73 98 1F 18 0 28 E3 13 32
Octal 151 163 230 37 30 0 50 343 23 62
Binary 1101001 1110011 10011000 11111 11000 0 101000 11100011 10011 110010

Color Harmonies of #697398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697398

Black with #697398

Text Example


Text Example

White with #697398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697398; }

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

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

background-color css

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

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

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

border-color css

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

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

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