#6875AB

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

Shades of Chetwode Blue #6875AB

Tints of Chetwode Blue #6875AB

Color information

#6875AB (or 0x6875AB) is unknown color: approx Chetwode Blue. HEX triplet: 68, 75 and AB. RGB value is (104,117,171). Sum of RGB (Red+Green+Blue) = 104+117+171=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #6875AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6875AB is #978A54. Grayscale: #777777. Windows color (decimal): -9931349 or 11236712. OLE color: 11236712.

HSL color Cylindrical-coordinate representation of color #6875AB: hue angle of 228.36º 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 #6875AB is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104117171-
CMYK0.390.3200.33
HSL228.36º28.51%53.92%-
HSV(B)228.36º39.18%67.06%-
XYZ19.4218.6141.1-
YUV119.27157.19117.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.53%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=26.53%
G=29.85%
B=43.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041171710.390.3200.33228.3628.5153.92
Hex6875AB2720021e41d36
Octal15016525347400413443566
Binary110100011101011010101110011110000001000011110010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6875AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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