#6866AC

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

Shades of Chetwode Blue #6866AC

Tints of Chetwode Blue #6866AC

Color information

#6866AC (or 0x6866AC) is unknown color: approx Chetwode Blue. HEX triplet: 68, 66 and AC. RGB value is (104,102,172). Sum of RGB (Red+Green+Blue) = 104+102+172=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #6866AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6866AC is #979953. Grayscale: #6E6E6E. Windows color (decimal): -9935188 or 11298408. OLE color: 11298408.

HSL color Cylindrical-coordinate representation of color #6866AC: hue angle of 241.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6866AC is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104102172-
CMYK0.400.4100.33
HSL241.71º29.66%53.73%-
HSV(B)241.71º40.7%67.45%-
XYZ17.9115.4241.06-
YUV110.58162.66123.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.51%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 172 (67.58% from 255) = 45.50%
R=27.51%
G=26.98%
B=45.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041021720.400.4100.33241.7129.6653.73
Hex6866AC2829021f21e36
Octal15014625450510413623666
Binary110100011001101010110010100010100101000011111001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6866AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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