#6A6BAE

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

Shades of Chetwode Blue #6A6BAE

Tints of Chetwode Blue #6A6BAE

Color information

#6A6BAE (or 0x6A6BAE) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 6B and AE. RGB value is (106,107,174). Sum of RGB (Red+Green+Blue) = 106+107+174=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A6BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6BAE is #959451. Grayscale: #727272. Windows color (decimal): -9802834 or 11430762. OLE color: 11430762.

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

Color convert

RGB106107174-
CMYK0.390.3900.32
HSL239.12º29.57%54.9%-
HSV(B)239.12º39.08%68.24%-
XYZ18.8416.6442.26-
YUV114.34161.67122.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.39%
GREEN value IS 107 (42.19% from 255) = 27.65%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=27.39%
G=27.65%
B=44.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1061071740.390.3900.32239.1229.5754.9
Hex6A6BAE2727020ef1e37
Octal15215325647470403573667
Binary110101011010111010111010011110011101000001110111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A6BAE; }

 p { color: rgb(106,107,174); }

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

<style>
 a { background-color: #6A6BAE; }

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

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

<style>
 span { border-color: #6A6BAE; }

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

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