#6178DC

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

Shades of Royal Blue #6178DC

Tints of Royal Blue #6178DC

Color information

#6178DC (or 0x6178DC) is unknown color: approx Royal Blue. HEX triplet: 61, 78 and DC. RGB value is (97,120,220). Sum of RGB (Red+Green+Blue) = 97+120+220=437 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.20% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #6178DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6178DC is #9E8723. Grayscale: #7C7C7C. Windows color (decimal): -10389284 or 14448737. OLE color: 14448737.

HSL color Cylindrical-coordinate representation of color #6178DC: hue angle of 228.78º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6178DC is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB97120220-
CMYK0.560.4500.14
HSL228.78º63.73%62.16%-
HSV(B)228.78º55.91%86.27%-
XYZ24.5621.1470.5-
YUV124.52181.88108.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.20%
GREEN value IS 120 (47.27% from 255) = 27.46%
BLUE value IS 220 (86.33% from 255) = 50.34%
R=22.20%
G=27.46%
B=50.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971202200.560.4500.14228.7863.7362.16
Hex6178DC382D0Ee5403e
Octal141170334705501634510076
Binary110000111110001101110011100010110101110111001011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6178DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6178DC; }

 p { color: rgb(97,120,220); }

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

<style>
 a { background-color: #6178DC; }

 a { background-color: rgb(97,120,220); }

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

<style>
 span { border-color: #6178DC; }

 span { border-color: rgb(97,120,220); }

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