Html Css Color HEX #687695 Waikawa Grey

📋 copy color: '#687695'

red 104 ◦ green 118 ◦ blue 149

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

Shades of Waikawa Grey #687695

Tints of Waikawa Grey #687695

RGB

 RED value IS 104 (41.02% from 255) = 28.03%

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

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 28.03%
G = 31.81%
B = 40.16%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#687695 (or 0x687695) is known color: Waikawa Grey. HEX triplet: 68, 76 and 95. RGB value is (104,118,149). Sum of RGB (Red+Green+Blue) = 104+118+149=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #687695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687695 is #97896A. Grayscale: #757575. Windows color (decimal): -9931115 or 9795176. OLE color: 9795176.

HSL color Cylindrical-coordinate representation of color #687695: hue angle of 221.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #687695 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 118 149 -
CMYK 0.30 0.21 0 0.42
HSL 221.33º 0.18% 0.5% -
HSV(B) 221.33º 0.3% 0.58% -
XYZ 17.61 18.07 30.99 -
YUV 117.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 104 118 149 0.30 0.21 0 0.42 221.33 0.18 0.5
Hex 68 76 95 1E 15 0 2A DD 12 32
Octal 150 166 225 36 25 0 52 335 22 62
Binary 1101000 1110110 10010101 11110 10101 0 101010 11011101 10010 110010

Color Harmonies of #687695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687695

Black with #687695

Text Example


Text Example

White with #687695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687695; }

 p { color: rgb(104,118,149); }

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

background-color css

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

 a { background-color: rgb(104,118,149); }

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

border-color css

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

 span { border-color: rgb(104,118,149); }

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