#686FCD

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

Shades of Chetwode Blue #686FCD

Tints of Chetwode Blue #686FCD

Color information

#686FCD (or 0x686FCD) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6F and CD. RGB value is (104,111,205). Sum of RGB (Red+Green+Blue) = 104+111+205=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #686FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FCD is #979032. Grayscale: #777777. Windows color (decimal): -9932851 or 13463400. OLE color: 13463400.

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

Color convert

RGB104111205-
CMYK0.490.4600.20
HSL235.84º50.25%60.59%-
HSV(B)235.84º49.27%80.39%-
XYZ22.4118.7260.19-
YUV119.62176.18116.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.76%
GREEN value IS 111 (43.75% from 255) = 26.43%
BLUE value IS 205 (80.47% from 255) = 48.81%
R=24.76%
G=26.43%
B=48.81%

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
Decimal1041112050.490.4600.20235.8450.2560.59
Hex686FCD312E014ec323d
Octal15015731561560243546275
Binary110100011011111100110111000110111001010011101100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,111,205); }

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

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

 a { background-color: rgb(104,111,205); }

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

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

 span { border-color: rgb(104,111,205); }

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