#6766C0

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

Shades of Chetwode Blue #6766C0

Tints of Chetwode Blue #6766C0

Color information

#6766C0 (or 0x6766C0) is unknown color: approx Chetwode Blue. HEX triplet: 67, 66 and C0. RGB value is (103,102,192). Sum of RGB (Red+Green+Blue) = 103+102+192=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #6766C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6766C0 is #98993F. Grayscale: #707070. Windows color (decimal): -10000704 or 12609127. OLE color: 12609127.

HSL color Cylindrical-coordinate representation of color #6766C0: hue angle of 240.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6766C0 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB103102192-
CMYK0.460.4700.25
HSL240.67º41.67%57.65%-
HSV(B)240.67º46.88%75.29%-
XYZ19.8616.1951.95-
YUV112.56172.83121.18-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.94%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 192 (75.39% from 255) = 48.36%
R=25.94%
G=25.69%
B=48.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031021920.460.4700.25240.6741.6757.65
Hex6766C02E2F019f12a3a
Octal14714630056570313615272
Binary110011111001101100000010111010111101100111110001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6766C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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