#687BAF

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

Shades of Chetwode Blue #687BAF

Tints of Chetwode Blue #687BAF

Color information

#687BAF (or 0x687BAF) is unknown color: approx Chetwode Blue. HEX triplet: 68, 7B and AF. RGB value is (104,123,175). Sum of RGB (Red+Green+Blue) = 104+123+175=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #687BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687BAF is #978450. Grayscale: #7B7B7B. Windows color (decimal): -9929809 or 11500392. OLE color: 11500392.

HSL color Cylindrical-coordinate representation of color #687BAF: hue angle of 223.94º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #687BAF is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB104123175-
CMYK0.410.3000.31
HSL223.94º30.74%54.71%-
HSV(B)223.94º40.57%68.63%-
XYZ20.5320.243.38-
YUV123.25157.21114.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.87%
GREEN value IS 123 (48.44% from 255) = 30.60%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=25.87%
G=30.60%
B=43.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041231750.410.3000.31223.9430.7454.71
Hex687BAF291E01Fe01f37
Octal15017325751360373403767
Binary1101000111101110101111101001111100111111110000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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