#6A6AAF

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

Shades of Chetwode Blue #6A6AAF

Tints of Chetwode Blue #6A6AAF

Color information

#6A6AAF (or 0x6A6AAF) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 6A and AF. RGB value is (106,106,175). Sum of RGB (Red+Green+Blue) = 106+106+175=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A6AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6AAF is #959550. Grayscale: #717171. Windows color (decimal): -9803089 or 11496042. OLE color: 11496042.

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

Color convert

RGB106106175-
CMYK0.390.3900.31
HSL240º30.13%55.1%-
HSV(B)240º39.43%68.63%-
XYZ18.8416.4742.74-
YUV113.87162.5122.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.39%
GREEN value IS 106 (41.80% from 255) = 27.39%
BLUE value IS 175 (68.75% from 255) = 45.22%
R=27.39%
G=27.39%
B=45.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061061750.390.3900.3124030.1355.1
Hex6A6AAF272701Ff01e37
Octal15215225747470373603667
Binary11010101101010101011111001111001110111111111000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,106,175); }

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

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

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

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

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

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

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