#6075EC

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

Shades of Royal Blue #6075EC

Tints of Royal Blue #6075EC

Color information

#6075EC (or 0x6075EC) is unknown color: approx Royal Blue. HEX triplet: 60, 75 and EC. RGB value is (96,117,236). Sum of RGB (Red+Green+Blue) = 96+117+236=449 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.38% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #6075EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6075EC is #9F8A13. Grayscale: #7B7B7B. Windows color (decimal): -10455572 or 15496544. OLE color: 15496544.

HSL color Cylindrical-coordinate representation of color #6075EC: hue angle of 231º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6075EC is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB96117236-
CMYK0.590.5000.07
HSL231º78.65%65.1%-
HSV(B)231º59.32%92.55%-
XYZ26.3321.2782.07-
YUV124.29191.04107.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.38%
GREEN value IS 117 (46.09% from 255) = 26.06%
BLUE value IS 236 (92.58% from 255) = 52.56%
R=21.38%
G=26.06%
B=52.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal961172360.590.5000.0723178.6565.1
Hex6075EC3B3207e74f41
Octal140165354736207347117101
Binary110000011101011110110011101111001001111110011110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6075EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6075EC; }

 p { color: rgb(96,117,236); }

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

<style>
 a { background-color: #6075EC; }

 a { background-color: rgb(96,117,236); }

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

<style>
 span { border-color: #6075EC; }

 span { border-color: rgb(96,117,236); }

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