#6866AE

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

Shades of Chetwode Blue #6866AE

Tints of Chetwode Blue #6866AE

Color information

#6866AE (or 0x6866AE) is unknown color: approx Chetwode Blue. HEX triplet: 68, 66 and AE. RGB value is (104,102,174). Sum of RGB (Red+Green+Blue) = 104+102+174=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #6866AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6866AE is #979951. Grayscale: #6E6E6E. Windows color (decimal): -9935186 or 11429480. OLE color: 11429480.

HSL color Cylindrical-coordinate representation of color #6866AE: hue angle of 241.67º degrees, saturation: 0.31, 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 #6866AE is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB104102174-
CMYK0.400.4100.32
HSL241.67º30.77%54.12%-
HSV(B)241.67º41.38%68.24%-
XYZ18.115.542.08-
YUV110.81163.66123.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.37%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 174 (68.36% from 255) = 45.79%
R=27.37%
G=26.84%
B=45.79%

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
Decimal1041021740.400.4100.32241.6730.7754.12
Hex6866AE2829020f21f36
Octal15014625650510403623766
Binary110100011001101010111010100010100101000001111001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6866AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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