#6D6DAF

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

Shades of Chetwode Blue #6D6DAF

Tints of Chetwode Blue #6D6DAF

Color information

#6D6DAF (or 0x6D6DAF) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 6D and AF. RGB value is (109,109,175). Sum of RGB (Red+Green+Blue) = 109+109+175=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D6DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6DAF is #929250. Grayscale: #747474. Windows color (decimal): -9605713 or 11496813. OLE color: 11496813.

HSL color Cylindrical-coordinate representation of color #6D6DAF: hue angle of 240º 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 #6D6DAF is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB109109175-
CMYK0.380.3800.31
HSL240º29.2%55.69%-
HSV(B)240º37.71%68.63%-
XYZ19.5117.2842.87-
YUV116.52161122.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.74%
GREEN value IS 109 (42.97% from 255) = 27.74%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=27.74%
G=27.74%
B=44.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091091750.380.3800.3124029.255.69
Hex6D6DAF262601Ff01d38
Octal15515525746460373603570
Binary11011011101101101011111001101001100111111111000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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