#6E75BF

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

Shades of Chetwode Blue #6E75BF

Tints of Chetwode Blue #6E75BF

Color information

#6E75BF (or 0x6E75BF) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 75 and BF. RGB value is (110,117,191). Sum of RGB (Red+Green+Blue) = 110+117+191=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E75BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E75BF is #918A40. Grayscale: #7B7B7B. Windows color (decimal): -9538113 or 12547438. OLE color: 12547438.

HSL color Cylindrical-coordinate representation of color #6E75BF: hue angle of 234.81º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E75BF is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB110117191-
CMYK0.420.3900.25
HSL234.81º38.76%59.02%-
HSV(B)234.81º42.41%74.9%-
XYZ22.219.851.94-
YUV123.34166.18118.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.32%
GREEN value IS 117 (46.09% from 255) = 27.99%
BLUE value IS 191 (75% from 255) = 45.69%
R=26.32%
G=27.99%
B=45.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101171910.420.3900.25234.8138.7659.02
Hex6E75BF2A27019eb273b
Octal15616527752470313534773
Binary110111011101011011111110101010011101100111101011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E75BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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