#6869AF

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

Shades of Chetwode Blue #6869AF

Tints of Chetwode Blue #6869AF

Color information

#6869AF (or 0x6869AF) is unknown color: approx Chetwode Blue. HEX triplet: 68, 69 and AF. RGB value is (104,105,175). Sum of RGB (Red+Green+Blue) = 104+105+175=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #6869AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6869AF is #979650. Grayscale: #707070. Windows color (decimal): -9934417 or 11495784. OLE color: 11495784.

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

Color convert

RGB104105175-
CMYK0.410.4000.31
HSL239.15º30.74%54.71%-
HSV(B)239.15º40.57%68.63%-
XYZ18.516.1442.7-
YUV112.68163.17121.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.08%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 175 (68.75% from 255) = 45.57%
R=27.08%
G=27.34%
B=45.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041051750.410.4000.31239.1530.7454.71
Hex6869AF292801Fef1f37
Octal15015125751500373573767
Binary11010001101001101011111010011010000111111110111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6869AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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