#6c7aaa

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

Shades of Chetwode Blue #6C7AAA

Tints of Chetwode Blue #6C7AAA

Color information

#6C7AAA (or 0x6C7AAA) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 7A and AA. RGB value is (108,122,170). Sum of RGB (Red+Green+Blue) = 108+122+170=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C7AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7AAA is #938555. Grayscale: #7B7B7B. Windows color (decimal): -9667926 or 11172460. OLE color: 11172460.

HSL color Cylindrical-coordinate representation of color #6C7AAA: hue angle of 226.45º 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 #6C7AAA is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB108122170-
CMYK0.360.2800.33
HSL226.45º26.72%54.51%-
HSV(B)226.45º36.47%66.67%-
XYZ20.420.0140.82-
YUV123.29154.36117.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27%
GREEN value IS 122 (48.05% from 255) = 30.5%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=27%
G=30.5%
B=42.5%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081221700.360.2800.33226.4526.7254.51
Hex6C7AAA241C021e21b37
Octal15417225244340413423367
Binary11011001111010101010101001001110001000011110001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c7aaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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