#6077dd

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

Shades of Royal Blue #6077DD

Tints of Royal Blue #6077DD

Color information

#6077DD (or 0x6077DD) is unknown color: approx Royal Blue. HEX triplet: 60, 77 and DD. RGB value is (96,119,221). Sum of RGB (Red+Green+Blue) = 96+119+221=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #6077DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6077DD is #9F8822. Grayscale: #7B7B7B. Windows color (decimal): -10455075 or 14514016. OLE color: 14514016.

HSL color Cylindrical-coordinate representation of color #6077DD: hue angle of 228.96º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6077DD is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB96119221-
CMYK0.570.4600.13
HSL228.96º64.77%62.16%-
HSV(B)228.96º56.56%86.67%-
XYZ24.4720.971.15-
YUV123.75182.88108.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.02%
GREEN value IS 119 (46.88% from 255) = 27.29%
BLUE value IS 221 (86.72% from 255) = 50.69%
R=22.02%
G=27.29%
B=50.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal961192210.570.4600.13228.9664.7762.16
Hex6077DD392E0De5413e
Octal140167335715601534510176
Binary110000011101111101110111100110111001101111001011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6077dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6077dd; }

 p { color: rgb(96,119,221); }

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

<style>
 a { background-color: #6077dd; }

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

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

<style>
 span { border-color: #6077dd; }

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

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