#687FB2

Color #687FB2 Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #687FB2

Tints of Ship Cove #687FB2

Color information

#687FB2 (or 0x687FB2) is unknown color: approx Ship Cove. HEX triplet: 68, 7F and B2. RGB value is (104,127,178). Sum of RGB (Red+Green+Blue) = 104+127+178=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 178 - color contains mainly: blue. Hex color #687FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687FB2 is #97804D. Grayscale: #7D7D7D. Windows color (decimal): -9928782 or 11698024. OLE color: 11698024.

HSL color Cylindrical-coordinate representation of color #687FB2: hue angle of 221.35º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #687FB2 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB104127178-
CMYK0.420.2900.30
HSL221.35º32.46%55.29%-
HSV(B)221.35º41.57%69.8%-
XYZ21.3321.3445.11-
YUV125.94157.38112.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.43%
GREEN value IS 127 (50% from 255) = 31.05%
BLUE value IS 178 (69.92% from 255) = 43.52%
R=25.43%
G=31.05%
B=43.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1041271780.420.2900.30221.3532.4655.29
Hex687FB22A1D01Edd2037
Octal15017726252350363354067
Binary11010001111111101100101010101110101111011011101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687FB2; }

 p { color: rgb(104,127,178); }

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

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

 a { background-color: rgb(104,127,178); }

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

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

 span { border-color: rgb(104,127,178); }

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