#6875AC

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

Shades of Chetwode Blue #6875AC

Tints of Chetwode Blue #6875AC

Color information

#6875AC (or 0x6875AC) is unknown color: approx Chetwode Blue. HEX triplet: 68, 75 and AC. RGB value is (104,117,172). Sum of RGB (Red+Green+Blue) = 104+117+172=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #6875AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6875AC is #978A53. Grayscale: #777777. Windows color (decimal): -9931348 or 11302248. OLE color: 11302248.

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

Color convert

RGB104117172-
CMYK0.400.3200.33
HSL228.53º29.06%54.12%-
HSV(B)228.53º39.53%67.45%-
XYZ19.5218.6441.6-
YUV119.38157.69117.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.46%
GREEN value IS 117 (46.09% from 255) = 29.77%
BLUE value IS 172 (67.58% from 255) = 43.77%
R=26.46%
G=29.77%
B=43.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041171720.400.3200.33228.5329.0654.12
Hex6875AC2820021e51d36
Octal15016525450400413453566
Binary110100011101011010110010100010000001000011110010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6875AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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