#6766BC

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

Shades of Chetwode Blue #6766BC

Tints of Chetwode Blue #6766BC

Color information

#6766BC (or 0x6766BC) is unknown color: approx Chetwode Blue. HEX triplet: 67, 66 and BC. RGB value is (103,102,188). Sum of RGB (Red+Green+Blue) = 103+102+188=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #6766BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6766BC is #989943. Grayscale: #6F6F6F. Windows color (decimal): -10000708 or 12346983. OLE color: 12346983.

HSL color Cylindrical-coordinate representation of color #6766BC: hue angle of 240.7º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6766BC is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB103102188-
CMYK0.450.4600.26
HSL240.7º39.09%56.86%-
HSV(B)240.7º45.74%73.73%-
XYZ19.4216.0249.64-
YUV112.1170.83121.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.21%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 188 (73.83% from 255) = 47.84%
R=26.21%
G=25.95%
B=47.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1031021880.450.4600.26240.739.0956.86
Hex6766BC2D2E01Af12739
Octal14714627455560323614771
Binary110011111001101011110010110110111001101011110001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6766BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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