#6766AF

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

Shades of Chetwode Blue #6766AF

Tints of Chetwode Blue #6766AF

Color information

#6766AF (or 0x6766AF) is unknown color: approx Chetwode Blue. HEX triplet: 67, 66 and AF. RGB value is (103,102,175). Sum of RGB (Red+Green+Blue) = 103+102+175=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #6766AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6766AF is #989950. Grayscale: #6E6E6E. Windows color (decimal): -10000721 or 11495015. OLE color: 11495015.

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

Color convert

RGB103102175-
CMYK0.410.4200.31
HSL240.82º31.33%54.31%-
HSV(B)240.82º41.71%68.63%-
XYZ18.0815.4842.59-
YUV110.62164.33122.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.11%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 175 (68.75% from 255) = 46.05%
R=27.11%
G=26.84%
B=46.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1031021750.410.4200.31240.8231.3354.31
Hex6766AF292A01Ff11f36
Octal14714625751520373613766
Binary11001111100110101011111010011010100111111111000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6766AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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