#6075D9

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

Shades of Royal Blue #6075D9

Tints of Royal Blue #6075D9

Color information

#6075D9 (or 0x6075D9) is unknown color: approx Royal Blue. HEX triplet: 60, 75 and D9. RGB value is (96,117,217). Sum of RGB (Red+Green+Blue) = 96+117+217=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 217 (85.16% from 255 or 50.47% from 430); Max value from RGB is 217 - color contains mainly: blue. Hex color #6075D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6075D9 is #9F8A26. Grayscale: #797979. Windows color (decimal): -10455591 or 14251360. OLE color: 14251360.

HSL color Cylindrical-coordinate representation of color #6075D9: hue angle of 229.59º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6075D9 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB96117217-
CMYK0.560.4600.15
HSL229.59º61.42%61.37%-
HSV(B)229.59º55.76%85.1%-
XYZ23.7120.2268.3-
YUV122.12181.54109.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.33%
GREEN value IS 117 (46.09% from 255) = 27.21%
BLUE value IS 217 (85.16% from 255) = 50.47%
R=22.33%
G=27.21%
B=50.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal961172170.560.4600.15229.5961.4261.37
Hex6075D9382E0Fe63d3d
Octal14016533170560173467575
Binary11000001110101110110011110001011100111111100110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6075D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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