#6A69AB

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

Shades of Chetwode Blue #6A69AB

Tints of Chetwode Blue #6A69AB

Color information

#6A69AB (or 0x6A69AB) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 69 and AB. RGB value is (106,105,171). Sum of RGB (Red+Green+Blue) = 106+105+171=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A69AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A69AB is #959654. Grayscale: #707070. Windows color (decimal): -9803349 or 11233642. OLE color: 11233642.

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

Color convert

RGB106105171-
CMYK0.380.3900.33
HSL240.91º28.21%54.12%-
HSV(B)240.91º38.6%67.06%-
XYZ18.3516.1140.67-
YUV112.82160.83123.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.75%
GREEN value IS 105 (41.41% from 255) = 27.49%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=27.75%
G=27.49%
B=44.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061051710.380.3900.33240.9128.2154.12
Hex6A69AB2627021f11c36
Octal15215125346470413613466
Binary110101011010011010101110011010011101000011111000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A69AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,105,171); }

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

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

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

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

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

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

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