#6A6EB1

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

Shades of Chetwode Blue #6A6EB1

Tints of Chetwode Blue #6A6EB1

Color information

#6A6EB1 (or 0x6A6EB1) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 6E and B1. RGB value is (106,110,177). Sum of RGB (Red+Green+Blue) = 106+110+177=393 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.97% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 177 - color contains mainly: blue. Hex color #6A6EB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6EB1 is #95914E. Grayscale: #747474. Windows color (decimal): -9802063 or 11628138. OLE color: 11628138.

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

Color convert

RGB106110177-
CMYK0.400.3800.31
HSL236.62º31.28%55.49%-
HSV(B)236.62º40.11%69.41%-
XYZ19.4617.3943.93-
YUV116.44162.17120.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.97%
GREEN value IS 110 (43.36% from 255) = 27.99%
BLUE value IS 177 (69.53% from 255) = 45.04%
R=26.97%
G=27.99%
B=45.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061101770.400.3800.31236.6231.2855.49
Hex6A6EB1282601Fed1f37
Octal15215626150460373553767
Binary11010101101110101100011010001001100111111110110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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