#606FDA

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

Shades of Royal Blue #606FDA

Tints of Royal Blue #606FDA

Color information

#606FDA (or 0x606FDA) is unknown color: approx Royal Blue. HEX triplet: 60, 6F and DA. RGB value is (96,111,218). Sum of RGB (Red+Green+Blue) = 96+111+218=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #606FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FDA is #9F9025. Grayscale: #767676. Windows color (decimal): -10457126 or 14315360. OLE color: 14315360.

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

Color convert

RGB96111218-
CMYK0.560.4900.15
HSL232.62º62.24%61.57%-
HSV(B)232.62º55.96%85.49%-
XYZ23.1618.9268.76-
YUV118.71184.03111.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.59%
GREEN value IS 111 (43.75% from 255) = 26.12%
BLUE value IS 218 (85.55% from 255) = 51.29%
R=22.59%
G=26.12%
B=51.29%

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
Decimal961112180.560.4900.15232.6262.2461.57
Hex606FDA38310Fe93e3e
Octal14015733270610173517676
Binary11000001101111110110101110001100010111111101001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606FDA; }

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

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

<style>
 a { background-color: #606FDA; }

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

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

<style>
 span { border-color: #606FDA; }

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

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