#6866BF

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

Shades of Chetwode Blue #6866BF

Tints of Chetwode Blue #6866BF

Color information

#6866BF (or 0x6866BF) is unknown color: approx Chetwode Blue. HEX triplet: 68, 66 and BF. RGB value is (104,102,191). Sum of RGB (Red+Green+Blue) = 104+102+191=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #6866BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6866BF is #979940. Grayscale: #707070. Windows color (decimal): -9935169 or 12543592. OLE color: 12543592.

HSL color Cylindrical-coordinate representation of color #6866BF: hue angle of 241.35º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6866BF is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104102191-
CMYK0.460.4700.25
HSL241.35º41.01%57.45%-
HSV(B)241.35º46.6%74.9%-
XYZ19.8616.2151.37-
YUV112.74172.16121.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 191 (75% from 255) = 48.11%
R=26.20%
G=25.69%
B=48.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041021910.460.4700.25241.3541.0157.45
Hex6866BF2E2F019f12939
Octal15014627756570313615171
Binary110100011001101011111110111010111101100111110001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6866BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6866BF; }

 p { color: rgb(104,102,191); }

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

<style>
 a { background-color: #6866BF; }

 a { background-color: rgb(104,102,191); }

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

<style>
 span { border-color: #6866BF; }

 span { border-color: rgb(104,102,191); }

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