#6868AE

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

Shades of Chetwode Blue #6868AE

Tints of Chetwode Blue #6868AE

Color information

#6868AE (or 0x6868AE) is unknown color: approx Chetwode Blue. HEX triplet: 68, 68 and AE. RGB value is (104,104,174). Sum of RGB (Red+Green+Blue) = 104+104+174=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #6868AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6868AE is #979751. Grayscale: #6F6F6F. Windows color (decimal): -9934674 or 11429992. OLE color: 11429992.

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

Color convert

RGB104104174-
CMYK0.400.4000.32
HSL240º30.17%54.51%-
HSV(B)240º40.23%68.24%-
XYZ18.315.942.15-
YUV111.98163122.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.23%
GREEN value IS 104 (41.02% from 255) = 27.23%
BLUE value IS 174 (68.36% from 255) = 45.55%
R=27.23%
G=27.23%
B=45.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041041740.400.4000.3224030.1754.51
Hex6868AE2828020f01e37
Octal15015025650500403603667
Binary110100011010001010111010100010100001000001111000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6868AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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