#6170E4

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

Shades of Royal Blue #6170E4

Tints of Royal Blue #6170E4

Color information

#6170E4 (or 0x6170E4) is unknown color: approx Royal Blue. HEX triplet: 61, 70 and E4. RGB value is (97,112,228). Sum of RGB (Red+Green+Blue) = 97+112+228=437 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.20% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 228 (89.45% from 255 or 52.17% from 437); Max value from RGB is 228 - color contains mainly: blue. Hex color #6170E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6170E4 is #9E8F1B. Grayscale: #787878. Windows color (decimal): -10391324 or 14970977. OLE color: 14970977.

HSL color Cylindrical-coordinate representation of color #6170E4: hue angle of 233.13º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6170E4 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB97112228-
CMYK0.570.5100.11
HSL233.13º70.81%63.73%-
HSV(B)233.13º57.46%89.41%-
XYZ24.7319.7375.9-
YUV120.74188.53111.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.20%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 228 (89.45% from 255) = 52.17%
R=22.20%
G=25.63%
B=52.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal971122280.570.5100.11233.1370.8163.73
Hex6170E439330Be94740
Octal1411603447163013351107100
Binary1100001111000011100100111001110011010111110100110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6170E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6170E4; }

 p { color: rgb(97,112,228); }

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

<style>
 a { background-color: #6170E4; }

 a { background-color: rgb(97,112,228); }

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

<style>
 span { border-color: #6170E4; }

 span { border-color: rgb(97,112,228); }

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