#6D6DBB

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

Shades of Chetwode Blue #6D6DBB

Tints of Chetwode Blue #6D6DBB

Color information

#6D6DBB (or 0x6D6DBB) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 6D and BB. RGB value is (109,109,187). Sum of RGB (Red+Green+Blue) = 109+109+187=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D6DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6DBB is #929244. Grayscale: #757575. Windows color (decimal): -9605701 or 12283245. OLE color: 12283245.

HSL color Cylindrical-coordinate representation of color #6D6DBB: hue angle of 240º 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 #6D6DBB is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB109109187-
CMYK0.420.4200.27
HSL240º36.45%58.04%-
HSV(B)240º41.71%73.33%-
XYZ20.7417.7849.35-
YUV117.89167121.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.91%
GREEN value IS 109 (42.97% from 255) = 26.91%
BLUE value IS 187 (73.44% from 255) = 46.17%
R=26.91%
G=26.91%
B=46.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091091870.420.4200.2724036.4558.04
Hex6D6DBB2A2A01Bf0243a
Octal15515527352520333604472
Binary110110111011011011101110101010101001101111110000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,109,187); }

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

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

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

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

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

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

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