#6D7CAF

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

Shades of Chetwode Blue #6D7CAF

Tints of Chetwode Blue #6D7CAF

Color information

#6D7CAF (or 0x6D7CAF) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 7C and AF. RGB value is (109,124,175). Sum of RGB (Red+Green+Blue) = 109+124+175=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D7CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7CAF is #928350. Grayscale: #7D7D7D. Windows color (decimal): -9601873 or 11500653. OLE color: 11500653.

HSL color Cylindrical-coordinate representation of color #6D7CAF: hue angle of 226.36º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D7CAF is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB109124175-
CMYK0.380.2900.31
HSL226.36º29.2%55.69%-
HSV(B)226.36º37.71%68.63%-
XYZ21.2520.7643.44-
YUV125.33156.03116.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.72%
GREEN value IS 124 (48.83% from 255) = 30.39%
BLUE value IS 175 (68.75% from 255) = 42.89%
R=26.72%
G=30.39%
B=42.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091241750.380.2900.31226.3629.255.69
Hex6D7CAF261D01Fe21d38
Octal15517425746350373423570
Binary1101101111110010101111100110111010111111110001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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