Html Css Color HEX #697098 Waikawa Grey

📋 copy color: '#697098'

red 105 ◦ green 112 ◦ blue 152

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

Shades of Waikawa Grey #697098

Tints of Waikawa Grey #697098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.35%

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

R = 28.46%
G = 30.35%
B = 41.19%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#697098 (or 0x697098) is known color: Waikawa Grey. HEX triplet: 69, 70 and 98. RGB value is (105,112,152). Sum of RGB (Red+Green+Blue) = 105+112+152=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #697098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697098 is #968F67. Grayscale: #727272. Windows color (decimal): -9867112 or 9990249. OLE color: 9990249.

HSL color Cylindrical-coordinate representation of color #697098: hue angle of 231.06º 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 #697098 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 112 152 -
CMYK 0.31 0.26 0 0.40
HSL 231.06º 0.19% 0.5% -
HSV(B) 231.06º 0.31% 0.6% -
XYZ 17.29 16.86 32.05 -
YUV 114.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 105 112 152 0.31 0.26 0 0.40 231.06 0.19 0.5
Hex 69 70 98 1F 1A 0 28 E7 13 32
Octal 151 160 230 37 32 0 50 347 23 62
Binary 1101001 1110000 10011000 11111 11010 0 101000 11100111 10011 110010

Color Harmonies of #697098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697098

Black with #697098

Text Example


Text Example

White with #697098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697098; }

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

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

background-color css

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

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

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

border-color css

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

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

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