#6969AB

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

Shades of Chetwode Blue #6969AB

Tints of Chetwode Blue #6969AB

Color information

#6969AB (or 0x6969AB) is unknown color: approx Chetwode Blue. HEX triplet: 69, 69 and AB. RGB value is (105,105,171). Sum of RGB (Red+Green+Blue) = 105+105+171=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #6969AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6969AB is #969654. Grayscale: #707070. Windows color (decimal): -9868885 or 11233641. OLE color: 11233641.

HSL color Cylindrical-coordinate representation of color #6969AB: hue angle of 240º 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 #6969AB is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105105171-
CMYK0.390.3900.33
HSL240º28.21%54.12%-
HSV(B)240º38.6%67.06%-
XYZ18.2316.0540.66-
YUV112.52161122.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=27.56%
G=27.56%
B=44.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051051710.390.3900.3324028.2154.12
Hex6969AB2727021f01c36
Octal15115125347470413603466
Binary110100111010011010101110011110011101000011111000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6969AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6969AB; }

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

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

<style>
 a { background-color: #6969AB; }

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

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

<style>
 span { border-color: #6969AB; }

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

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