#6E7AAB

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

Shades of Chetwode Blue #6E7AAB

Tints of Chetwode Blue #6E7AAB

Color information

#6E7AAB (or 0x6E7AAB) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 7A and AB. RGB value is (110,122,171). Sum of RGB (Red+Green+Blue) = 110+122+171=403 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.30% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E7AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7AAB is #918554. Grayscale: #7B7B7B. Windows color (decimal): -9536853 or 11237998. OLE color: 11237998.

HSL color Cylindrical-coordinate representation of color #6E7AAB: hue angle of 228.2º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E7AAB is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB110122171-
CMYK0.360.2900.33
HSL228.2º26.64%55.1%-
HSV(B)228.2º35.67%67.06%-
XYZ20.7420.1741.33-
YUV124154.52118.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.30%
GREEN value IS 122 (48.05% from 255) = 30.27%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=27.30%
G=30.27%
B=42.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101221710.360.2900.33228.226.6455.1
Hex6E7AAB241D021e41b37
Octal15617225344350413443367
Binary11011101111010101010111001001110101000011110010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,122,171); }

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

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

 a { background-color: rgb(110,122,171); }

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

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

 span { border-color: rgb(110,122,171); }

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