#6A6BAC

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

Shades of Chetwode Blue #6A6BAC

Tints of Chetwode Blue #6A6BAC

Color information

#6A6BAC (or 0x6A6BAC) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 6B and AC. RGB value is (106,107,172). Sum of RGB (Red+Green+Blue) = 106+107+172=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A6BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6BAC is #959453. Grayscale: #717171. Windows color (decimal): -9802836 or 11299690. OLE color: 11299690.

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

Color convert

RGB106107172-
CMYK0.380.3800.33
HSL239.09º28.45%54.51%-
HSV(B)239.09º38.37%67.45%-
XYZ18.6516.5641.24-
YUV114.11160.67122.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.53%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=27.53%
G=27.79%
B=44.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061071720.380.3800.33239.0928.4554.51
Hex6A6BAC2626021ef1c37
Octal15215325446460413573467
Binary110101011010111010110010011010011001000011110111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,107,172); }

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

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

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

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

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

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

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