#6766AC

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

Shades of Chetwode Blue #6766AC

Tints of Chetwode Blue #6766AC

Color information

#6766AC (or 0x6766AC) is unknown color: approx Chetwode Blue. HEX triplet: 67, 66 and AC. RGB value is (103,102,172). Sum of RGB (Red+Green+Blue) = 103+102+172=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #6766AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6766AC is #989953. Grayscale: #6E6E6E. Windows color (decimal): -10000724 or 11298407. OLE color: 11298407.

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

Color convert

RGB103102172-
CMYK0.400.4100.33
HSL240.86º29.66%53.73%-
HSV(B)240.86º40.7%67.45%-
XYZ17.7915.3641.06-
YUV110.28162.83122.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.32%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=27.32%
G=27.06%
B=45.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031021720.400.4100.33240.8629.6653.73
Hex6766AC2829021f11e36
Octal14714625450510413613666
Binary110011111001101010110010100010100101000011111000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6766AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,102,172); }

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

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

 a { background-color: rgb(103,102,172); }

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

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

 span { border-color: rgb(103,102,172); }

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