#6A69AF

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

Shades of Chetwode Blue #6A69AF

Tints of Chetwode Blue #6A69AF

Color information

#6A69AF (or 0x6A69AF) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 69 and AF. RGB value is (106,105,175). Sum of RGB (Red+Green+Blue) = 106+105+175=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A69AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A69AF is #959650. Grayscale: #717171. Windows color (decimal): -9803345 or 11495786. OLE color: 11495786.

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

Color convert

RGB106105175-
CMYK0.390.4000.31
HSL240.86º30.43%54.9%-
HSV(B)240.86º40%68.63%-
XYZ18.7316.2642.71-
YUV113.28162.83122.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.46%
GREEN value IS 105 (41.41% from 255) = 27.20%
BLUE value IS 175 (68.75% from 255) = 45.34%
R=27.46%
G=27.20%
B=45.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061051750.390.4000.31240.8630.4354.9
Hex6A69AF272801Ff11e37
Octal15215125747500373613667
Binary11010101101001101011111001111010000111111111000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A69AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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