#6060BD

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

Shades of Rich Blue #6060BD

Tints of Rich Blue #6060BD

Color information

#6060BD (or 0x6060BD) is unknown color: approx Rich Blue. HEX triplet: 60, 60 and BD. RGB value is (96,96,189). Sum of RGB (Red+Green+Blue) = 96+96+189=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #6060BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6060BD is #9F9F42. Grayscale: #6A6A6A. Windows color (decimal): -10460995 or 12410976. OLE color: 12410976.

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

Color convert

RGB9696189-
CMYK0.490.4900.26
HSL240º41.33%55.88%-
HSV(B)240º49.21%74.12%-
XYZ18.1914.5349.99-
YUV106.6174.5120.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.20%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 189 (74.22% from 255) = 49.61%
R=25.20%
G=25.20%
B=49.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal96961890.490.4900.2624041.3355.88
Hex6060BD313101Af02938
Octal14014027561610323605170
Binary110000011000001011110111000111000101101011110000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6060BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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