#6E75A7

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

Shades of Chetwode Blue #6E75A7

Tints of Chetwode Blue #6E75A7

Color information

#6E75A7 (or 0x6E75A7) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 75 and A7. RGB value is (110,117,167). Sum of RGB (Red+Green+Blue) = 110+117+167=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 167 - color contains mainly: blue. Hex color #6E75A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E75A7 is #918A58. Grayscale: #787878. Windows color (decimal): -9538137 or 10974574. OLE color: 10974574.

HSL color Cylindrical-coordinate representation of color #6E75A7: hue angle of 232.63º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E75A7 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB110117167-
CMYK0.340.3000.35
HSL232.63º24.46%54.31%-
HSV(B)232.63º34.13%65.49%-
XYZ19.7718.8339.15-
YUV120.61154.18120.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.92%
GREEN value IS 117 (46.09% from 255) = 29.70%
BLUE value IS 167 (65.62% from 255) = 42.39%
R=27.92%
G=29.70%
B=42.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1101171670.340.3000.35232.6324.4654.31
Hex6E75A7221E023e91836
Octal15616524742360433513066
Binary11011101110101101001111000101111001000111110100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E75A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E75A7; }

 p { color: rgb(110,117,167); }

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

<style>
 a { background-color: #6E75A7; }

 a { background-color: rgb(110,117,167); }

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

<style>
 span { border-color: #6E75A7; }

 span { border-color: rgb(110,117,167); }

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