#6866AD

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

Shades of Chetwode Blue #6866AD

Tints of Chetwode Blue #6866AD

Color information

#6866AD (or 0x6866AD) is unknown color: approx Chetwode Blue. HEX triplet: 68, 66 and AD. RGB value is (104,102,173). Sum of RGB (Red+Green+Blue) = 104+102+173=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #6866AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6866AD is #979952. Grayscale: #6E6E6E. Windows color (decimal): -9935187 or 11363944. OLE color: 11363944.

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

Color convert

RGB104102173-
CMYK0.400.4100.32
HSL241.69º30.21%53.92%-
HSV(B)241.69º41.04%67.84%-
XYZ1815.4641.57-
YUV110.69163.16123.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 102 (40.23% from 255) = 26.91%
BLUE value IS 173 (67.97% from 255) = 45.65%
R=27.44%
G=26.91%
B=45.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041021730.400.4100.32241.6930.2153.92
Hex6866AD2829020f21e36
Octal15014625550510403623666
Binary110100011001101010110110100010100101000001111001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6866AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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