#6868AB

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

Shades of Chetwode Blue #6868AB

Tints of Chetwode Blue #6868AB

Color information

#6868AB (or 0x6868AB) is unknown color: approx Chetwode Blue. HEX triplet: 68, 68 and AB. RGB value is (104,104,171). Sum of RGB (Red+Green+Blue) = 104+104+171=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #6868AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6868AB is #979754. Grayscale: #6F6F6F. Windows color (decimal): -9934677 or 11233384. OLE color: 11233384.

HSL color Cylindrical-coordinate representation of color #6868AB: hue angle of 240º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6868AB is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104104171-
CMYK0.390.3900.33
HSL240º28.51%53.92%-
HSV(B)240º39.18%67.06%-
XYZ18.0115.7840.63-
YUV111.64161.5122.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 171 (67.19% from 255) = 45.12%
R=27.44%
G=27.44%
B=45.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041041710.390.3900.3324028.5153.92
Hex6868AB2727021f01d36
Octal15015025347470413603566
Binary110100011010001010101110011110011101000011111000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6868AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6868AB; }

 p { color: rgb(104,104,171); }

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

<style>
 a { background-color: #6868AB; }

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

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

<style>
 span { border-color: #6868AB; }

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

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