#6A69AC

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

Shades of Chetwode Blue #6A69AC

Tints of Chetwode Blue #6A69AC

Color information

#6A69AC (or 0x6A69AC) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 69 and AC. RGB value is (106,105,172). Sum of RGB (Red+Green+Blue) = 106+105+172=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A69AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A69AC is #959653. Grayscale: #707070. Windows color (decimal): -9803348 or 11299178. OLE color: 11299178.

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

Color convert

RGB106105172-
CMYK0.380.3900.33
HSL240.9º28.76%54.31%-
HSV(B)240.9º38.95%67.45%-
XYZ18.4416.1541.17-
YUV112.94161.33123.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.68%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=27.68%
G=27.42%
B=44.91%

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
Decimal1061051720.380.3900.33240.928.7654.31
Hex6A69AC2627021f11d36
Octal15215125446470413613566
Binary110101011010011010110010011010011101000011111000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A69AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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