#6D7AC8

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

Shades of Chetwode Blue #6D7AC8

Tints of Chetwode Blue #6D7AC8

Color information

#6D7AC8 (or 0x6D7AC8) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 7A and C8. RGB value is (109,122,200). Sum of RGB (Red+Green+Blue) = 109+122+200=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 200 - color contains mainly: blue. Hex color #6D7AC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7AC8 is #928537. Grayscale: #7E7E7E. Windows color (decimal): -9602360 or 13138541. OLE color: 13138541.

HSL color Cylindrical-coordinate representation of color #6D7AC8: hue angle of 231.43º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D7AC8 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB109122200-
CMYK0.460.3900.22
HSL231.43º45.27%60.59%-
HSV(B)231.43º45.5%78.43%-
XYZ23.6921.3457.51-
YUV127169.19115.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.29%
GREEN value IS 122 (48.05% from 255) = 28.31%
BLUE value IS 200 (78.52% from 255) = 46.40%
R=25.29%
G=28.31%
B=46.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1091222000.460.3900.22231.4345.2760.59
Hex6D7AC82E27016e72d3d
Octal15517231056470263475575
Binary110110111110101100100010111010011101011011100111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,122,200); }

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

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

 a { background-color: rgb(109,122,200); }

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

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

 span { border-color: rgb(109,122,200); }

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