#6867AB

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

Shades of Chetwode Blue #6867AB

Tints of Chetwode Blue #6867AB

Color information

#6867AB (or 0x6867AB) is unknown color: approx Chetwode Blue. HEX triplet: 68, 67 and AB. RGB value is (104,103,171). Sum of RGB (Red+Green+Blue) = 104+103+171=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #6867AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6867AB is #979854. Grayscale: #6E6E6E. Windows color (decimal): -9934933 or 11233128. OLE color: 11233128.

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

Color convert

RGB104103171-
CMYK0.390.4000.33
HSL240.88º28.81%53.73%-
HSV(B)240.88º39.77%67.06%-
XYZ17.9115.5840.59-
YUV111.05161.83122.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.51%
GREEN value IS 103 (40.62% from 255) = 27.25%
BLUE value IS 171 (67.19% from 255) = 45.24%
R=27.51%
G=27.25%
B=45.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041031710.390.4000.33240.8828.8153.73
Hex6867AB2728021f11d36
Octal15014725347500413613566
Binary110100011001111010101110011110100001000011111000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6867AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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