#6D7CC0

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

Shades of Chetwode Blue #6D7CC0

Tints of Chetwode Blue #6D7CC0

Color information

#6D7CC0 (or 0x6D7CC0) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 7C and C0. RGB value is (109,124,192). Sum of RGB (Red+Green+Blue) = 109+124+192=425 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.65% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 192 - color contains mainly: blue. Hex color #6D7CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7CC0 is #92833F. Grayscale: #7E7E7E. Windows color (decimal): -9601856 or 12614765. OLE color: 12614765.

HSL color Cylindrical-coordinate representation of color #6D7CC0: hue angle of 229.16º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D7CC0 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB109124192-
CMYK0.430.3500.25
HSL229.16º39.71%59.02%-
HSV(B)229.16º43.23%75.29%-
XYZ23.0321.4752.8-
YUV127.27164.53114.97-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.65%
GREEN value IS 124 (48.83% from 255) = 29.18%
BLUE value IS 192 (75.39% from 255) = 45.18%
R=25.65%
G=29.18%
B=45.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091241920.430.3500.25229.1639.7159.02
Hex6D7CC02B23019e5283b
Octal15517430053430313455073
Binary110110111111001100000010101110001101100111100101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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