Html Css Color HEX #697699 Waikawa Grey

📋 copy color: '#697699'

red 105 ◦ green 118 ◦ blue 153

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

Shades of Waikawa Grey #697699

Tints of Waikawa Grey #697699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.38%

 BLUE value IS 153 (60.16% from 255) = 40.69%

R = 27.93%
G = 31.38%
B = 40.69%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#697699 (or 0x697699) is known color: Waikawa Grey. HEX triplet: 69, 76 and 99. RGB value is (105,118,153). Sum of RGB (Red+Green+Blue) = 105+118+153=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #697699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697699 is #968966. Grayscale: #757575. Windows color (decimal): -9865575 or 10057321. OLE color: 10057321.

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

Color convert

RGB 105 118 153 -
CMYK 0.31 0.23 0 0.4
HSL 223.75º 0.19% 0.51% -
HSV(B) 223.75º 0.31% 0.6% -
XYZ 18.05 18.26 32.71 -
YUV 118.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 105 118 153 0.31 0.23 0 0.4 223.75 0.19 0.51
Hex 69 76 99 1F 17 0 28 E0 13 33
Octal 151 166 231 37 27 0 50 340 23 63
Binary 1101001 1110110 10011001 11111 10111 0 101000 11100000 10011 110011

Color Harmonies of #697699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697699

Black with #697699

Text Example


Text Example

White with #697699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697699; }

 p { color: rgb(105,118,153); }

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

background-color css

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

 a { background-color: rgb(105,118,153); }

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

border-color css

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

 span { border-color: rgb(105,118,153); }

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