#6568AE

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

Shades of Chetwode Blue #6568AE

Tints of Chetwode Blue #6568AE

Color information

#6568AE (or 0x6568AE) is unknown color: approx Chetwode Blue. HEX triplet: 65, 68 and AE. RGB value is (101,104,174). Sum of RGB (Red+Green+Blue) = 101+104+174=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #6568AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6568AE is #9A9751. Grayscale: #6E6E6E. Windows color (decimal): -10131282 or 11429989. OLE color: 11429989.

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

Color convert

RGB101104174-
CMYK0.420.4000.32
HSL237.53º31.06%53.92%-
HSV(B)237.53º41.95%68.24%-
XYZ17.9615.7242.13-
YUV111.08163.51120.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.65%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 174 (68.36% from 255) = 45.91%
R=26.65%
G=27.44%
B=45.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011041740.420.4000.32237.5331.0653.92
Hex6568AE2A28020ee1f36
Octal14515025652500403563766
Binary110010111010001010111010101010100001000001110111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6568AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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