#6869AB

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

Shades of Chetwode Blue #6869AB

Tints of Chetwode Blue #6869AB

Color information

#6869AB (or 0x6869AB) is unknown color: approx Chetwode Blue. HEX triplet: 68, 69 and AB. RGB value is (104,105,171). Sum of RGB (Red+Green+Blue) = 104+105+171=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #6869AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6869AB is #979654. Grayscale: #6F6F6F. Windows color (decimal): -9934421 or 11233640. OLE color: 11233640.

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

Color convert

RGB104105171-
CMYK0.390.3900.33
HSL239.1º28.51%53.92%-
HSV(B)239.1º39.18%67.06%-
XYZ18.1115.9940.66-
YUV112.22161.17122.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.37%
GREEN value IS 105 (41.41% from 255) = 27.63%
BLUE value IS 171 (67.19% from 255) = 45%
R=27.37%
G=27.63%
B=45%

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
Decimal1041051710.390.3900.33239.128.5153.92
Hex6869AB2727021ef1d36
Octal15015125347470413573566
Binary110100011010011010101110011110011101000011110111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6869AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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