#6866C0

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

Shades of Chetwode Blue #6866C0

Tints of Chetwode Blue #6866C0

Color information

#6866C0 (or 0x6866C0) is unknown color: approx Chetwode Blue. HEX triplet: 68, 66 and C0. RGB value is (104,102,192). Sum of RGB (Red+Green+Blue) = 104+102+192=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #6866C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6866C0 is #97993F. Grayscale: #707070. Windows color (decimal): -9935168 or 12609128. OLE color: 12609128.

HSL color Cylindrical-coordinate representation of color #6866C0: hue angle of 241.33º 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 #6866C0 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104102192-
CMYK0.460.4700.25
HSL241.33º41.67%57.65%-
HSV(B)241.33º46.88%75.29%-
XYZ19.9716.2551.95-
YUV112.86172.66121.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.13%
GREEN value IS 102 (40.23% from 255) = 25.63%
BLUE value IS 192 (75.39% from 255) = 48.24%
R=26.13%
G=25.63%
B=48.24%

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
Decimal1041021920.460.4700.25241.3341.6757.65
Hex6866C02E2F019f12a3a
Octal15014630056570313615272
Binary110100011001101100000010111010111101100111110001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6866C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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