#686BBB

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

Shades of Chetwode Blue #686BBB

Tints of Chetwode Blue #686BBB

Color information

#686BBB (or 0x686BBB) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6B and BB. RGB value is (104,107,187). Sum of RGB (Red+Green+Blue) = 104+107+187=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #686BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BBB is #979444. Grayscale: #727272. Windows color (decimal): -9933893 or 12282728. OLE color: 12282728.

HSL color Cylindrical-coordinate representation of color #686BBB: hue angle of 237.83º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #686BBB is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB104107187-
CMYK0.440.4300.27
HSL237.83º37.9%57.06%-
HSV(B)237.83º44.39%73.33%-
XYZ19.9417.0549.25-
YUV115.22168.51120-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.13%
GREEN value IS 107 (42.19% from 255) = 26.88%
BLUE value IS 187 (73.44% from 255) = 46.98%
R=26.13%
G=26.88%
B=46.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041071870.440.4300.27237.8337.957.06
Hex686BBB2C2B01Bee2639
Octal15015327354530333564671
Binary110100011010111011101110110010101101101111101110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686BBB; }

 p { color: rgb(104,107,187); }

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

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

 a { background-color: rgb(104,107,187); }

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

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

 span { border-color: rgb(104,107,187); }

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