#6070DA

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

Shades of Royal Blue #6070DA

Tints of Royal Blue #6070DA

Color information

#6070DA (or 0x6070DA) is unknown color: approx Royal Blue. HEX triplet: 60, 70 and DA. RGB value is (96,112,218). Sum of RGB (Red+Green+Blue) = 96+112+218=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #6070DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6070DA is #9F8F25. Grayscale: #767676. Windows color (decimal): -10456870 or 14315616. OLE color: 14315616.

HSL color Cylindrical-coordinate representation of color #6070DA: hue angle of 232.13º 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 #6070DA is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB96112218-
CMYK0.560.4900.15
HSL232.13º62.24%61.57%-
HSV(B)232.13º55.96%85.49%-
XYZ23.2719.1468.8-
YUV119.3183.7111.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.54%
GREEN value IS 112 (44.14% from 255) = 26.29%
BLUE value IS 218 (85.55% from 255) = 51.17%
R=22.54%
G=26.29%
B=51.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal961122180.560.4900.15232.1362.2461.57
Hex6070DA38310Fe83e3e
Octal14016033270610173507676
Binary11000001110000110110101110001100010111111101000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6070DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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