#6A7AAB

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

Shades of Chetwode Blue #6A7AAB

Tints of Chetwode Blue #6A7AAB

Color information

#6A7AAB (or 0x6A7AAB) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 7A and AB. RGB value is (106,122,171). Sum of RGB (Red+Green+Blue) = 106+122+171=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A7AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7AAB is #958554. Grayscale: #7A7A7A. Windows color (decimal): -9798997 or 11237994. OLE color: 11237994.

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

Color convert

RGB106122171-
CMYK0.380.2900.33
HSL225.23º27.9%54.31%-
HSV(B)225.23º38.01%67.06%-
XYZ20.2519.9241.31-
YUV122.8155.2116.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.57%
GREEN value IS 122 (48.05% from 255) = 30.58%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=26.57%
G=30.58%
B=42.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061221710.380.2900.33225.2327.954.31
Hex6A7AAB261D021e11c36
Octal15217225346350413413466
Binary11010101111010101010111001101110101000011110000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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