#6D7CC5

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

Shades of Chetwode Blue #6D7CC5

Tints of Chetwode Blue #6D7CC5

Color information

#6D7CC5 (or 0x6D7CC5) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 7C and C5. RGB value is (109,124,197). Sum of RGB (Red+Green+Blue) = 109+124+197=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 197 (77.34% from 255 or 45.81% from 430); Max value from RGB is 197 - color contains mainly: blue. Hex color #6D7CC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7CC5 is #92833A. Grayscale: #7F7F7F. Windows color (decimal): -9601851 or 12942445. OLE color: 12942445.

HSL color Cylindrical-coordinate representation of color #6D7CC5: hue angle of 229.77º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D7CC5 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB109124197-
CMYK0.450.3700.23
HSL229.77º43.14%60%-
HSV(B)229.77º44.67%77.25%-
XYZ23.5921.755.77-
YUV127.84167.03114.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.35%
GREEN value IS 124 (48.83% from 255) = 28.84%
BLUE value IS 197 (77.34% from 255) = 45.81%
R=25.35%
G=28.84%
B=45.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1091241970.450.3700.23229.7743.1460
Hex6D7CC52D25017e62b3c
Octal15517430555450273465374
Binary110110111111001100010110110110010101011111100110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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