#6D71BB

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

Shades of Chetwode Blue #6D71BB

Tints of Chetwode Blue #6D71BB

Color information

#6D71BB (or 0x6D71BB) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 71 and BB. RGB value is (109,113,187). Sum of RGB (Red+Green+Blue) = 109+113+187=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D71BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D71BB is #928E44. Grayscale: #777777. Windows color (decimal): -9604677 or 12284269. OLE color: 12284269.

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

Color convert

RGB109113187-
CMYK0.420.4000.27
HSL236.92º36.45%58.04%-
HSV(B)236.92º41.71%73.33%-
XYZ21.1818.6549.5-
YUV120.24165.67119.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.65%
GREEN value IS 113 (44.53% from 255) = 27.63%
BLUE value IS 187 (73.44% from 255) = 45.72%
R=26.65%
G=27.63%
B=45.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091131870.420.4000.27236.9236.4558.04
Hex6D71BB2A2801Bed243a
Octal15516127352500333554472
Binary110110111100011011101110101010100001101111101101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D71BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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