#686CBC

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

Shades of Chetwode Blue #686CBC

Tints of Chetwode Blue #686CBC

Color information

#686CBC (or 0x686CBC) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6C and BC. RGB value is (104,108,188). Sum of RGB (Red+Green+Blue) = 104+108+188=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #686CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CBC is #979343. Grayscale: #737373. Windows color (decimal): -9933636 or 12348520. OLE color: 12348520.

HSL color Cylindrical-coordinate representation of color #686CBC: hue angle of 237.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #686CBC is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB104108188-
CMYK0.450.4300.26
HSL237.14º38.53%57.25%-
HSV(B)237.14º44.68%73.73%-
XYZ20.1517.349.85-
YUV115.92168.67119.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26%
GREEN value IS 108 (42.58% from 255) = 27%
BLUE value IS 188 (73.83% from 255) = 47%
R=26%
G=27%
B=47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041081880.450.4300.26237.1438.5357.25
Hex686CBC2D2B01Aed2739
Octal15015427455530323554771
Binary110100011011001011110010110110101101101011101101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,108,188); }

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

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

 a { background-color: rgb(104,108,188); }

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

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

 span { border-color: rgb(104,108,188); }

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