#6D72CD

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

Shades of Chetwode Blue #6D72CD

Tints of Chetwode Blue #6D72CD

Color information

#6D72CD (or 0x6D72CD) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 72 and CD. RGB value is (109,114,205). Sum of RGB (Red+Green+Blue) = 109+114+205=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D72CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D72CD is #928D32. Grayscale: #7A7A7A. Windows color (decimal): -9604403 or 13464173. OLE color: 13464173.

HSL color Cylindrical-coordinate representation of color #6D72CD: hue angle of 236.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D72CD is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB109114205-
CMYK0.470.4400.20
HSL236.88º48.98%61.57%-
HSV(B)236.88º46.83%80.39%-
XYZ23.3419.6960.33-
YUV122.88174.34118.1-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.47%
GREEN value IS 114 (44.92% from 255) = 26.64%
BLUE value IS 205 (80.47% from 255) = 47.90%
R=25.47%
G=26.64%
B=47.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091142050.470.4400.20236.8848.9861.57
Hex6D72CD2F2C014ed313e
Octal15516231557540243556176
Binary110110111100101100110110111110110001010011101101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D72CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,114,205); }

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

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

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

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

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

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

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