#6D75AC

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

Shades of Chetwode Blue #6D75AC

Tints of Chetwode Blue #6D75AC

Color information

#6D75AC (or 0x6D75AC) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 75 and AC. RGB value is (109,117,172). Sum of RGB (Red+Green+Blue) = 109+117+172=398 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.39% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D75AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D75AC is #928A53. Grayscale: #787878. Windows color (decimal): -9603668 or 11302253. OLE color: 11302253.

HSL color Cylindrical-coordinate representation of color #6D75AC: hue angle of 232.38º 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 #6D75AC is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB109117172-
CMYK0.370.3200.33
HSL232.38º27.51%55.1%-
HSV(B)232.38º36.63%67.45%-
XYZ20.1118.9541.63-
YUV120.88156.85119.53-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.39%
GREEN value IS 117 (46.09% from 255) = 29.40%
BLUE value IS 172 (67.58% from 255) = 43.22%
R=27.39%
G=29.40%
B=43.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091171720.370.3200.33232.3827.5155.1
Hex6D75AC2520021e81c37
Octal15516525445400413503467
Binary110110111101011010110010010110000001000011110100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D75AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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