#6E6BBB

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

Shades of Chetwode Blue #6E6BBB

Tints of Chetwode Blue #6E6BBB

Color information

#6E6BBB (or 0x6E6BBB) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 6B and BB. RGB value is (110,107,187). Sum of RGB (Red+Green+Blue) = 110+107+187=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E6BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6BBB is #919444. Grayscale: #747474. Windows color (decimal): -9540677 or 12282734. OLE color: 12282734.

HSL color Cylindrical-coordinate representation of color #6E6BBB: hue angle of 242.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E6BBB is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB110107187-
CMYK0.410.4300.27
HSL242.25º37.04%57.65%-
HSV(B)242.25º42.78%73.33%-
XYZ20.6617.4249.29-
YUV117.02167.49123-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.23%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 187 (73.44% from 255) = 46.29%
R=27.23%
G=26.49%
B=46.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101071870.410.4300.27242.2537.0457.65
Hex6E6BBB292B01Bf2253a
Octal15615327351530333624572
Binary110111011010111011101110100110101101101111110010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,107,187); }

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

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

 a { background-color: rgb(110,107,187); }

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

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

 span { border-color: rgb(110,107,187); }

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