Html Css Color HEX #687897 Waikawa Grey

📋 copy color: '#687897'

red 104 ◦ green 120 ◦ blue 151

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

Shades of Waikawa Grey #687897

Tints of Waikawa Grey #687897

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32%

 BLUE value IS 151 (59.38% from 255) = 40.27%

R = 27.73%
G = 32%
B = 40.27%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#687897 (or 0x687897) is known color: Waikawa Grey. HEX triplet: 68, 78 and 97. RGB value is (104,120,151). Sum of RGB (Red+Green+Blue) = 104+120+151=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 151 - color contains mainly: blue. Hex color #687897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687897 is #978768. Grayscale: #767676. Windows color (decimal): -9930601 or 9926760. OLE color: 9926760.

HSL color Cylindrical-coordinate representation of color #687897: hue angle of 219.57º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #687897 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 120 151 -
CMYK 0.31 0.21 0 0.41
HSL 219.57º 0.18% 0.5% -
HSV(B) 219.57º 0.31% 0.59% -
XYZ 18.01 18.61 31.92 -
YUV 118.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 104 120 151 0.31 0.21 0 0.41 219.57 0.18 0.5
Hex 68 78 97 1F 15 0 29 DC 12 32
Octal 150 170 227 37 25 0 51 334 22 62
Binary 1101000 1111000 10010111 11111 10101 0 101001 11011100 10010 110010

Color Harmonies of #687897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687897

Black with #687897

Text Example


Text Example

White with #687897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687897; }

 p { color: rgb(104,120,151); }

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

background-color css

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

 a { background-color: rgb(104,120,151); }

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

border-color css

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

 span { border-color: rgb(104,120,151); }

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