#6376E1

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

Shades of Royal Blue #6376E1

Tints of Royal Blue #6376E1

Color information

#6376E1 (or 0x6376E1) is unknown color: approx Royal Blue. HEX triplet: 63, 76 and E1. RGB value is (99,118,225). Sum of RGB (Red+Green+Blue) = 99+118+225=442 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.40% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 225 (88.28% from 255 or 50.90% from 442); Max value from RGB is 225 - color contains mainly: blue. Hex color #6376E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6376E1 is #9C891E. Grayscale: #7C7C7C. Windows color (decimal): -10258719 or 14775907. OLE color: 14775907.

HSL color Cylindrical-coordinate representation of color #6376E1: hue angle of 230.95º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6376E1 is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB99118225-
CMYK0.560.4800.12
HSL230.95º67.74%63.53%-
HSV(B)230.95º56%88.24%-
XYZ25.2121.0573.97-
YUV124.52184.71109.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.40%
GREEN value IS 118 (46.48% from 255) = 26.70%
BLUE value IS 225 (88.28% from 255) = 50.90%
R=22.40%
G=26.70%
B=50.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal991182250.560.4800.12230.9567.7463.53
Hex6376E138300Ce74440
Octal1431663417060014347104100
Binary1100011111011011100001111000110000011001110011110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6376E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6376E1; }

 p { color: rgb(99,118,225); }

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

<style>
 a { background-color: #6376E1; }

 a { background-color: rgb(99,118,225); }

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

<style>
 span { border-color: #6376E1; }

 span { border-color: rgb(99,118,225); }

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