#6866AF

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

Shades of Chetwode Blue #6866AF

Tints of Chetwode Blue #6866AF

Color information

#6866AF (or 0x6866AF) is unknown color: approx Chetwode Blue. HEX triplet: 68, 66 and AF. RGB value is (104,102,175). Sum of RGB (Red+Green+Blue) = 104+102+175=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #6866AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6866AF is #979950. Grayscale: #6E6E6E. Windows color (decimal): -9935185 or 11495016. OLE color: 11495016.

HSL color Cylindrical-coordinate representation of color #6866AF: hue angle of 241.64º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6866AF is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB104102175-
CMYK0.410.4200.31
HSL241.64º31.33%54.31%-
HSV(B)241.64º41.71%68.63%-
XYZ18.215.5442.6-
YUV110.92164.16123.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.30%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 175 (68.75% from 255) = 45.93%
R=27.30%
G=26.77%
B=45.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041021750.410.4200.31241.6431.3354.31
Hex6866AF292A01Ff21f36
Octal15014625751520373623766
Binary11010001100110101011111010011010100111111111001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6866AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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