#6075AF

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

Shades of Chetwode Blue #6075AF

Tints of Chetwode Blue #6075AF

Color information

#6075AF (or 0x6075AF) is unknown color: approx Chetwode Blue. HEX triplet: 60, 75 and AF. RGB value is (96,117,175). Sum of RGB (Red+Green+Blue) = 96+117+175=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #6075AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6075AF is #9F8A50. Grayscale: #757575. Windows color (decimal): -10455633 or 11498848. OLE color: 11498848.

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

Color convert

RGB96117175-
CMYK0.450.3300.31
HSL224.05º33.05%53.14%-
HSV(B)224.05º45.14%68.63%-
XYZ18.9218.343.09-
YUV117.33160.54112.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.74%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 175 (68.75% from 255) = 45.10%
R=24.74%
G=30.15%
B=45.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961171750.450.3300.31224.0533.0553.14
Hex6075AF2D2101Fe02135
Octal14016525755410373404165
Binary110000011101011010111110110110000101111111100000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6075AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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