#6071DA

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

Shades of Royal Blue #6071DA

Tints of Royal Blue #6071DA

Color information

#6071DA (or 0x6071DA) is unknown color: approx Royal Blue. HEX triplet: 60, 71 and DA. RGB value is (96,113,218). Sum of RGB (Red+Green+Blue) = 96+113+218=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #6071DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6071DA is #9F8E25. Grayscale: #777777. Windows color (decimal): -10456614 or 14315872. OLE color: 14315872.

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

Color convert

RGB96113218-
CMYK0.560.4800.15
HSL231.64º62.24%61.57%-
HSV(B)231.64º55.96%85.49%-
XYZ23.3819.3668.83-
YUV119.89183.37110.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.48%
GREEN value IS 113 (44.53% from 255) = 26.46%
BLUE value IS 218 (85.55% from 255) = 51.05%
R=22.48%
G=26.46%
B=51.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal961132180.560.4800.15231.6462.2461.57
Hex6071DA38300Fe83e3e
Octal14016133270600173507676
Binary11000001110001110110101110001100000111111101000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6071DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6071DA; }

 p { color: rgb(96,113,218); }

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

<style>
 a { background-color: #6071DA; }

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

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

<style>
 span { border-color: #6071DA; }

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

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