#6875A4

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

Shades of Chetwode Blue #6875A4

Tints of Chetwode Blue #6875A4

Color information

#6875A4 (or 0x6875A4) is unknown color: approx Chetwode Blue. HEX triplet: 68, 75 and A4. RGB value is (104,117,164). Sum of RGB (Red+Green+Blue) = 104+117+164=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 164 - color contains mainly: blue. Hex color #6875A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6875A4 is #978A5B. Grayscale: #767676. Windows color (decimal): -9931356 or 10777960. OLE color: 10777960.

HSL color Cylindrical-coordinate representation of color #6875A4: hue angle of 227º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6875A4 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB104117164-
CMYK0.370.2900.36
HSL227º24.79%52.55%-
HSV(B)227º36.59%64.31%-
XYZ18.7718.3537.67-
YUV118.47153.69117.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.01%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 164 (64.45% from 255) = 42.60%
R=27.01%
G=30.39%
B=42.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041171640.370.2900.3622724.7952.55
Hex6875A4251D024e31935
Octal15016524445350443433165
Binary11010001110101101001001001011110101001001110001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6875A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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