Html Css Color HEX #697598 Waikawa Grey

📋 copy color: '#697598'

red 105 ◦ green 117 ◦ blue 152

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

Shades of Waikawa Grey #697598

Tints of Waikawa Grey #697598

RGB

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

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

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

R = 28.07%
G = 31.28%
B = 40.64%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#697598 (or 0x697598) is known color: Waikawa Grey. HEX triplet: 69, 75 and 98. RGB value is (105,117,152). Sum of RGB (Red+Green+Blue) = 105+117+152=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #697598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697598 is #968A67. Grayscale: #757575. Windows color (decimal): -9865832 or 9991529. OLE color: 9991529.

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

Color convert

RGB 105 117 152 -
CMYK 0.31 0.23 0 0.40
HSL 224.68º 0.19% 0.5% -
HSV(B) 224.68º 0.31% 0.6% -
XYZ 17.85 17.99 32.24 -
YUV 117.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 105 117 152 0.31 0.23 0 0.40 224.68 0.19 0.5
Hex 69 75 98 1F 17 0 28 E1 13 32
Octal 151 165 230 37 27 0 50 341 23 62
Binary 1101001 1110101 10011000 11111 10111 0 101000 11100001 10011 110010

Color Harmonies of #697598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697598

Black with #697598

Text Example


Text Example

White with #697598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697598; }

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

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

background-color css

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

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

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

border-color css

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

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

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