#6075AC

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

Shades of Chetwode Blue #6075AC

Tints of Chetwode Blue #6075AC

Color information

#6075AC (or 0x6075AC) is unknown color: approx Chetwode Blue. HEX triplet: 60, 75 and AC. RGB value is (96,117,172). Sum of RGB (Red+Green+Blue) = 96+117+172=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #6075AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6075AC is #9F8A53. Grayscale: #747474. Windows color (decimal): -10455636 or 11302240. OLE color: 11302240.

HSL color Cylindrical-coordinate representation of color #6075AC: hue angle of 223.42º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6075AC is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96117172-
CMYK0.440.3200.33
HSL223.42º31.4%52.55%-
HSV(B)223.42º44.19%67.45%-
XYZ18.6318.1941.56-
YUV116.99159.04113.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.94%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=24.94%
G=30.39%
B=44.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961171720.440.3200.33223.4231.452.55
Hex6075AC2C20021df1f35
Octal14016525454400413373765
Binary110000011101011010110010110010000001000011101111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6075AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6075AC; }

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

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

<style>
 a { background-color: #6075AC; }

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

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

<style>
 span { border-color: #6075AC; }

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

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