#6174E6

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

Shades of Royal Blue #6174E6

Tints of Royal Blue #6174E6

Color information

#6174E6 (or 0x6174E6) is unknown color: approx Royal Blue. HEX triplet: 61, 74 and E6. RGB value is (97,116,230). Sum of RGB (Red+Green+Blue) = 97+116+230=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #6174E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6174E6 is #9E8B19. Grayscale: #7A7A7A. Windows color (decimal): -10390298 or 15103073. OLE color: 15103073.

HSL color Cylindrical-coordinate representation of color #6174E6: hue angle of 231.43º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6174E6 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB97116230-
CMYK0.580.5000.10
HSL231.43º72.68%64.12%-
HSV(B)231.43º57.83%90.2%-
XYZ25.4620.7577.53-
YUV123.32188.21109.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.90%
GREEN value IS 116 (45.70% from 255) = 26.19%
BLUE value IS 230 (90.23% from 255) = 51.92%
R=21.90%
G=26.19%
B=51.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal971162300.580.5000.10231.4372.6864.12
Hex6174E63A320Ae74940
Octal1411643467262012347111100
Binary1100001111010011100110111010110010010101110011110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6174E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6174E6; }

 p { color: rgb(97,116,230); }

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

<style>
 a { background-color: #6174E6; }

 a { background-color: rgb(97,116,230); }

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

<style>
 span { border-color: #6174E6; }

 span { border-color: rgb(97,116,230); }

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