#6A6E9B

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

Shades of Chetwode Blue #6A6E9B

Tints of Chetwode Blue #6A6E9B

Color information

#6A6E9B (or 0x6A6E9B) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 6E and 9B. RGB value is (106,110,155). Sum of RGB (Red+Green+Blue) = 106+110+155=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A6E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6E9B is #959164. Grayscale: #717171. Windows color (decimal): -9802085 or 10186346. OLE color: 10186346.

HSL color Cylindrical-coordinate representation of color #6A6E9B: hue angle of 235.1º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A6E9B is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB106110155-
CMYK0.320.2900.39
HSL235.1º19.68%51.18%-
HSV(B)235.1º31.61%60.78%-
XYZ17.4416.5833.29-
YUV113.93151.17122.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.57%
GREEN value IS 110 (43.36% from 255) = 29.65%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=28.57%
G=29.65%
B=41.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1061101550.320.2900.39235.119.6851.18
Hex6A6E9B201D027eb1433
Octal15215623340350473532463
Binary11010101101110100110111000001110101001111110101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,110,155); }

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

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

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

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

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

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

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