#686DCB

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

Shades of Chetwode Blue #686DCB

Tints of Chetwode Blue #686DCB

Color information

#686DCB (or 0x686DCB) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6D and CB. RGB value is (104,109,203). Sum of RGB (Red+Green+Blue) = 104+109+203=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #686DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DCB is #979234. Grayscale: #757575. Windows color (decimal): -9933365 or 13331816. OLE color: 13331816.

HSL color Cylindrical-coordinate representation of color #686DCB: hue angle of 236.97º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #686DCB is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB104109203-
CMYK0.490.4600.20
HSL236.97º48.77%60.2%-
HSV(B)236.97º48.77%79.61%-
XYZ21.9618.1958.85-
YUV118.22175.84117.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 203 (79.69% from 255) = 48.80%
R=25%
G=26.20%
B=48.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041092030.490.4600.20236.9748.7760.2
Hex686DCB312E014ed313c
Octal15015531361560243556174
Binary110100011011011100101111000110111001010011101101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,109,203); }

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

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

 a { background-color: rgb(104,109,203); }

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

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

 span { border-color: rgb(104,109,203); }

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