#6E6FB1

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

Shades of Chetwode Blue #6E6FB1

Tints of Chetwode Blue #6E6FB1

Color information

#6E6FB1 (or 0x6E6FB1) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 6F and B1. RGB value is (110,111,177). Sum of RGB (Red+Green+Blue) = 110+111+177=398 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.64% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #6E6FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6FB1 is #91904E. Grayscale: #757575. Windows color (decimal): -9539663 or 11628398. OLE color: 11628398.

HSL color Cylindrical-coordinate representation of color #6E6FB1: hue angle of 239.1º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E6FB1 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB110111177-
CMYK0.380.3700.31
HSL239.1º30.04%56.27%-
HSV(B)239.1º37.85%69.41%-
XYZ20.0517.8643.99-
YUV118.22161.17122.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.64%
GREEN value IS 111 (43.75% from 255) = 27.89%
BLUE value IS 177 (69.53% from 255) = 44.47%
R=27.64%
G=27.89%
B=44.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101111770.380.3700.31239.130.0456.27
Hex6E6FB1262501Fef1e38
Octal15615726146450373573670
Binary11011101101111101100011001101001010111111110111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,111,177); }

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

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

 a { background-color: rgb(110,111,177); }

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

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

 span { border-color: rgb(110,111,177); }

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