#687BB2

Color #687BB2 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #687BB2

Tints of Chetwode Blue #687BB2

Color information

#687BB2 (or 0x687BB2) is unknown color: approx Chetwode Blue. HEX triplet: 68, 7B and B2. RGB value is (104,123,178). Sum of RGB (Red+Green+Blue) = 104+123+178=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 178 - color contains mainly: blue. Hex color #687BB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687BB2 is #97844D. Grayscale: #7B7B7B. Windows color (decimal): -9929806 or 11697000. OLE color: 11697000.

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

Color convert

RGB104123178-
CMYK0.420.3100.30
HSL224.59º32.46%55.29%-
HSV(B)224.59º41.57%69.8%-
XYZ20.8320.3244.94-
YUV123.59158.71114.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.68%
GREEN value IS 123 (48.44% from 255) = 30.37%
BLUE value IS 178 (69.92% from 255) = 43.95%
R=25.68%
G=30.37%
B=43.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1041231780.420.3100.30224.5932.4655.29
Hex687BB22A1F01Ee12037
Octal15017326252370363414067
Binary11010001111011101100101010101111101111011100001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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