#6D6FAC

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

Shades of Chetwode Blue #6D6FAC

Tints of Chetwode Blue #6D6FAC

Color information

#6D6FAC (or 0x6D6FAC) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 6F and AC. RGB value is (109,111,172). Sum of RGB (Red+Green+Blue) = 109+111+172=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D6FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6FAC is #929053. Grayscale: #757575. Windows color (decimal): -9605204 or 11300717. OLE color: 11300717.

HSL color Cylindrical-coordinate representation of color #6D6FAC: hue angle of 238.1º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D6FAC is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB109111172-
CMYK0.370.3500.33
HSL238.1º27.51%55.1%-
HSV(B)238.1º36.63%67.45%-
XYZ19.4417.641.4-
YUV117.36158.84122.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.81%
GREEN value IS 111 (43.75% from 255) = 28.32%
BLUE value IS 172 (67.58% from 255) = 43.88%
R=27.81%
G=28.32%
B=43.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091111720.370.3500.33238.127.5155.1
Hex6D6FAC2523021ee1c37
Octal15515725445430413563467
Binary110110111011111010110010010110001101000011110111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,111,172); }

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

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

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

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

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

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

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