#6076E9

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

Shades of Royal Blue #6076E9

Tints of Royal Blue #6076E9

Color information

#6076E9 (or 0x6076E9) is unknown color: approx Royal Blue. HEX triplet: 60, 76 and E9. RGB value is (96,118,233). Sum of RGB (Red+Green+Blue) = 96+118+233=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 233 (91.41% from 255 or 52.13% from 447); Max value from RGB is 233 - color contains mainly: blue. Hex color #6076E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6076E9 is #9F8916. Grayscale: #7C7C7C. Windows color (decimal): -10455319 or 15300192. OLE color: 15300192.

HSL color Cylindrical-coordinate representation of color #6076E9: hue angle of 230.36º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6076E9 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB96118233-
CMYK0.590.4900.09
HSL230.36º75.69%64.51%-
HSV(B)230.36º58.8%91.37%-
XYZ26.0121.3379.84-
YUV124.53189.21107.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.48%
GREEN value IS 118 (46.48% from 255) = 26.40%
BLUE value IS 233 (91.41% from 255) = 52.13%
R=21.48%
G=26.40%
B=52.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal961182330.590.4900.09230.3675.6964.51
Hex6076E93B3109e64c41
Octal1401663517361011346114101
Binary1100000111011011101001111011110001010011110011010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6076E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6076E9; }

 p { color: rgb(96,118,233); }

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

<style>
 a { background-color: #6076E9; }

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

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

<style>
 span { border-color: #6076E9; }

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

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