#6C6EBA

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

Shades of Chetwode Blue #6C6EBA

Tints of Chetwode Blue #6C6EBA

Color information

#6C6EBA (or 0x6C6EBA) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 6E and BA. RGB value is (108,110,186). Sum of RGB (Red+Green+Blue) = 108+110+186=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C6EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C6EBA is #939145. Grayscale: #757575. Windows color (decimal): -9670982 or 12217964. OLE color: 12217964.

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

Color convert

RGB108110186-
CMYK0.420.4100.27
HSL238.46º36.11%57.65%-
HSV(B)238.46º41.94%72.94%-
XYZ20.6217.8948.82-
YUV118.07166.34120.82-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.73%
GREEN value IS 110 (43.36% from 255) = 27.23%
BLUE value IS 186 (73.05% from 255) = 46.04%
R=26.73%
G=27.23%
B=46.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1081101860.420.4100.27238.4636.1157.65
Hex6C6EBA2A2901Bee243a
Octal15415627252510333564472
Binary110110011011101011101010101010100101101111101110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,110,186); }

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

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

 a { background-color: rgb(108,110,186); }

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

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

 span { border-color: rgb(108,110,186); }

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