Html Css Color HEX #697498 Waikawa Grey

📋 copy color: '#697498'

red 105 ◦ green 116 ◦ blue 152

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

Shades of Waikawa Grey #697498

Tints of Waikawa Grey #697498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.1%

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

R = 28.15%
G = 31.1%
B = 40.75%

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

#697498 (or 0x697498) is known color: Waikawa Grey. HEX triplet: 69, 74 and 98. RGB value is (105,116,152). Sum of RGB (Red+Green+Blue) = 105+116+152=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: blue. Hex color #697498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697498 is #968B67. Grayscale: #747474. Windows color (decimal): -9866088 or 9991273. OLE color: 9991273.

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

Color convert

RGB 105 116 152 -
CMYK 0.31 0.24 0 0.40
HSL 225.96º 0.19% 0.5% -
HSV(B) 225.96º 0.31% 0.6% -
XYZ 17.74 17.76 32.2 -
YUV 116.82 147.86 119.57 -
System Red Green Blue C M Y K H S L
Decimal 105 116 152 0.31 0.24 0 0.40 225.96 0.19 0.5
Hex 69 74 98 1F 18 0 28 E2 13 32
Octal 151 164 230 37 30 0 50 342 23 62
Binary 1101001 1110100 10011000 11111 11000 0 101000 11100010 10011 110010

Color Harmonies of #697498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697498

Black with #697498

Text Example


Text Example

White with #697498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697498; }

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

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

background-color css

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

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

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

border-color css

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

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

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