#6968AC

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

Shades of Chetwode Blue #6968AC

Tints of Chetwode Blue #6968AC

Color information

#6968AC (or 0x6968AC) is unknown color: approx Chetwode Blue. HEX triplet: 69, 68 and AC. RGB value is (105,104,172). Sum of RGB (Red+Green+Blue) = 105+104+172=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #6968AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6968AC is #969753. Grayscale: #6F6F6F. Windows color (decimal): -9869140 or 11298921. OLE color: 11298921.

HSL color Cylindrical-coordinate representation of color #6968AC: hue angle of 240.88º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6968AC is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105104172-
CMYK0.390.4000.33
HSL240.88º29.06%54.12%-
HSV(B)240.88º39.53%67.45%-
XYZ18.2215.8841.13-
YUV112.05161.83122.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 172 (67.58% from 255) = 45.14%
R=27.56%
G=27.30%
B=45.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051041720.390.4000.33240.8829.0654.12
Hex6968AC2728021f11d36
Octal15115025447500413613566
Binary110100111010001010110010011110100001000011111000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6968AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6968AC; }

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

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

<style>
 a { background-color: #6968AC; }

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

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

<style>
 span { border-color: #6968AC; }

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

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