#6075BC

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

Shades of Chetwode Blue #6075BC

Tints of Chetwode Blue #6075BC

Color information

#6075BC (or 0x6075BC) is unknown color: approx Chetwode Blue. HEX triplet: 60, 75 and BC. RGB value is (96,117,188). Sum of RGB (Red+Green+Blue) = 96+117+188=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #6075BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6075BC is #9F8A43. Grayscale: #767676. Windows color (decimal): -10455620 or 12350816. OLE color: 12350816.

HSL color Cylindrical-coordinate representation of color #6075BC: hue angle of 226.3º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6075BC is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB96117188-
CMYK0.490.3800.26
HSL226.3º40.71%55.69%-
HSV(B)226.3º48.94%73.73%-
XYZ20.2618.8450.15-
YUV118.82167.04111.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.94%
GREEN value IS 117 (46.09% from 255) = 29.18%
BLUE value IS 188 (73.83% from 255) = 46.88%
R=23.94%
G=29.18%
B=46.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961171880.490.3800.26226.340.7155.69
Hex6075BC312601Ae22938
Octal14016527461460323425170
Binary110000011101011011110011000110011001101011100010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6075BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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