#687795

Color #687795 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #687795

Tints of Waikawa Grey #687795

Color information

#687795 (or 0x687795) is unknown color: approx Waikawa Grey. HEX triplet: 68, 77 and 95. RGB value is (104,119,149). Sum of RGB (Red+Green+Blue) = 104+119+149=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #687795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687795 is #97886A. Grayscale: #757575. Windows color (decimal): -9930859 or 9795432. OLE color: 9795432.

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

Color convert

RGB104119149-
CMYK0.300.2000.42
HSL220º17.79%49.61%-
HSV(B)220º30.2%58.43%-
XYZ17.7318.3131.03-
YUV117.94145.53118.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.96%
GREEN value IS 119 (46.88% from 255) = 31.99%
BLUE value IS 149 (58.59% from 255) = 40.05%
R=27.96%
G=31.99%
B=40.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041191490.300.2000.4222017.7949.61
Hex6877951E1402Adc1232
Octal15016722536240523342262
Binary1101000111011110010101111101010001010101101110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687795; }

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

 H1.HeaderClassName
 {
   color: #687795;
 }
 .AnyTagClassName
 {
   color: #687795;
 }
</style>
background-color css

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

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

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

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

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

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