#6074BD

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

Shades of Chetwode Blue #6074BD

Tints of Chetwode Blue #6074BD

Color information

#6074BD (or 0x6074BD) is unknown color: approx Chetwode Blue. HEX triplet: 60, 74 and BD. RGB value is (96,116,189). Sum of RGB (Red+Green+Blue) = 96+116+189=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #6074BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6074BD is #9F8B42. Grayscale: #767676. Windows color (decimal): -10455875 or 12416096. OLE color: 12416096.

HSL color Cylindrical-coordinate representation of color #6074BD: hue angle of 227.1º 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 #6074BD is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB96116189-
CMYK0.490.3900.26
HSL227.1º41.33%55.88%-
HSV(B)227.1º49.21%74.12%-
XYZ20.2518.6550.68-
YUV118.34167.87112.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.94%
GREEN value IS 116 (45.70% from 255) = 28.93%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=23.94%
G=28.93%
B=47.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961161890.490.3900.26227.141.3355.88
Hex6074BD312701Ae32938
Octal14016427561470323435170
Binary110000011101001011110111000110011101101011100011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6074BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6074BD; }

 p { color: rgb(96,116,189); }

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

<style>
 a { background-color: #6074BD; }

 a { background-color: rgb(96,116,189); }

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

<style>
 span { border-color: #6074BD; }

 span { border-color: rgb(96,116,189); }

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