#686FCC

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

Shades of Chetwode Blue #686FCC

Tints of Chetwode Blue #686FCC

Color information

#686FCC (or 0x686FCC) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6F and CC. RGB value is (104,111,204). Sum of RGB (Red+Green+Blue) = 104+111+204=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #686FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FCC is #979033. Grayscale: #777777. Windows color (decimal): -9932852 or 13397864. OLE color: 13397864.

HSL color Cylindrical-coordinate representation of color #686FCC: hue angle of 235.8º degrees, saturation: 0.5, 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 #686FCC is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB104111204-
CMYK0.490.4600.2
HSL235.8º49.5%60.39%-
HSV(B)235.8º49.02%80%-
XYZ22.2918.6759.56-
YUV119.51175.68116.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.82%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 204 (80.08% from 255) = 48.69%
R=24.82%
G=26.49%
B=48.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1041112040.490.4600.2235.849.560.39
Hex686FCC312E014ec323c
Octal15015731461560243546274
Binary110100011011111100110011000110111001010011101100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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