#6070BA

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

Shades of Chetwode Blue #6070BA

Tints of Chetwode Blue #6070BA

Color information

#6070BA (or 0x6070BA) is unknown color: approx Chetwode Blue. HEX triplet: 60, 70 and BA. RGB value is (96,112,186). Sum of RGB (Red+Green+Blue) = 96+112+186=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #6070BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6070BA is #9F8F45. Grayscale: #737373. Windows color (decimal): -10456902 or 12218464. OLE color: 12218464.

HSL color Cylindrical-coordinate representation of color #6070BA: hue angle of 229.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6070BA is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96112186-
CMYK0.480.4000.27
HSL229.33º39.47%55.29%-
HSV(B)229.33º48.39%72.94%-
XYZ19.4817.6248.83-
YUV115.65167.7113.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.37%
GREEN value IS 112 (44.14% from 255) = 28.43%
BLUE value IS 186 (73.05% from 255) = 47.21%
R=24.37%
G=28.43%
B=47.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961121860.480.4000.27229.3339.4755.29
Hex6070BA302801Be52737
Octal14016027260500333454767
Binary110000011100001011101011000010100001101111100101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6070BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6070BA; }

 p { color: rgb(96,112,186); }

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

<style>
 a { background-color: #6070BA; }

 a { background-color: rgb(96,112,186); }

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

<style>
 span { border-color: #6070BA; }

 span { border-color: rgb(96,112,186); }

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