#6D7CB6

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

Shades of Chetwode Blue #6D7CB6

Tints of Chetwode Blue #6D7CB6

Color information

#6D7CB6 (or 0x6D7CB6) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 7C and B6. RGB value is (109,124,182). Sum of RGB (Red+Green+Blue) = 109+124+182=415 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.27% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 182 (71.48% from 255 or 43.86% from 415); Max value from RGB is 182 - color contains mainly: blue. Hex color #6D7CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7CB6 is #928349. Grayscale: #7D7D7D. Windows color (decimal): -9601866 or 11959405. OLE color: 11959405.

HSL color Cylindrical-coordinate representation of color #6D7CB6: hue angle of 227.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D7CB6 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB109124182-
CMYK0.400.3200.29
HSL227.67º33.33%57.06%-
HSV(B)227.67º40.11%71.37%-
XYZ21.9621.0447.16-
YUV126.13159.53115.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.27%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 182 (71.48% from 255) = 43.86%
R=26.27%
G=29.88%
B=43.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1091241820.400.3200.29227.6733.3357.06
Hex6D7CB6282001De42139
Octal15517426650400353444171
Binary110110111111001011011010100010000001110111100100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,124,182); }

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

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

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

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

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

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

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