#6D7ACA

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

Shades of Chetwode Blue #6D7ACA

Tints of Chetwode Blue #6D7ACA

Color information

#6D7ACA (or 0x6D7ACA) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 7A and CA. RGB value is (109,122,202). Sum of RGB (Red+Green+Blue) = 109+122+202=433 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.17% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D7ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7ACA is #928535. Grayscale: #7E7E7E. Windows color (decimal): -9602358 or 13269613. OLE color: 13269613.

HSL color Cylindrical-coordinate representation of color #6D7ACA: hue angle of 231.61º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D7ACA is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB109122202-
CMYK0.460.4000.21
HSL231.61º46.73%60.98%-
HSV(B)231.61º46.04%79.22%-
XYZ23.9321.4358.75-
YUV127.23170.19115-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.17%
GREEN value IS 122 (48.05% from 255) = 28.18%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=25.17%
G=28.18%
B=46.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1091222020.460.4000.21231.6146.7360.98
Hex6D7ACA2E28015e82f3d
Octal15517231256500253505775
Binary110110111110101100101010111010100001010111101000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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