Html Css Color HEX #687895 Waikawa Grey

📋 copy color: '#687895'

red 104 ◦ green 120 ◦ blue 149

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

Shades of Waikawa Grey #687895

Tints of Waikawa Grey #687895

RGB

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

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

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

R = 27.88%
G = 32.17%
B = 39.95%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#687895 (or 0x687895) is known color: Waikawa Grey. HEX triplet: 68, 78 and 95. RGB value is (104,120,149). Sum of RGB (Red+Green+Blue) = 104+120+149=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 149 - color contains mainly: blue. Hex color #687895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687895 is #97876A. Grayscale: #767676. Windows color (decimal): -9930603 or 9795688. OLE color: 9795688.

HSL color Cylindrical-coordinate representation of color #687895: hue angle of 218.67º 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 #687895 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 120 149 -
CMYK 0.30 0.19 0 0.42
HSL 218.67º 0.18% 0.5% -
HSV(B) 218.67º 0.3% 0.58% -
XYZ 17.85 18.55 31.07 -
YUV 118.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 104 120 149 0.30 0.19 0 0.42 218.67 0.18 0.5
Hex 68 78 95 1E 13 0 2A DB 12 32
Octal 150 170 225 36 23 0 52 333 22 62
Binary 1101000 1111000 10010101 11110 10011 0 101010 11011011 10010 110010

Color Harmonies of #687895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687895

Black with #687895

Text Example


Text Example

White with #687895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687895; }

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

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

background-color css

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

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

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

border-color css

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

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

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