#6C7AAB

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

Shades of Chetwode Blue #6C7AAB

Tints of Chetwode Blue #6C7AAB

Color information

#6C7AAB (or 0x6C7AAB) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 7A and AB. RGB value is (108,122,171). Sum of RGB (Red+Green+Blue) = 108+122+171=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C7AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7AAB is #938554. Grayscale: #7B7B7B. Windows color (decimal): -9667925 or 11237996. OLE color: 11237996.

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

Color convert

RGB108122171-
CMYK0.370.2900.33
HSL226.67º27.27%54.71%-
HSV(B)226.67º36.84%67.06%-
XYZ20.4920.0541.32-
YUV123.4154.86117.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.93%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=26.93%
G=30.42%
B=42.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081221710.370.2900.33226.6727.2754.71
Hex6C7AAB251D021e31b37
Octal15417225345350413433367
Binary11011001111010101010111001011110101000011110001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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