Html Css Color HEX #6073DF Royal Blue

📋 copy color: '#6073DF'

red 96 ◦ green 115 ◦ blue 223

#6073DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #6073DF

Tints of Royal Blue #6073DF

RGB

 RED value IS 96 (37.89% from 255) = 22.12%

 GREEN value IS 115 (45.31% from 255) = 26.5%

 BLUE value IS 223 (87.5% from 255) = 51.38%

R = 22.12%
G = 26.5%
B = 51.38%

CMYK

 C value IS 0.57

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6073DF (or 0x6073DF) is known color: Royal Blue. HEX triplet: 60, 73 and DF. RGB value is (96,115,223). Sum of RGB (Red+Green+Blue) = 96+115+223=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #6073DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6073DF is #9F8C20. Grayscale: #797979. Windows color (decimal): -10456097 or 14644064. OLE color: 14644064.

HSL color Cylindrical-coordinate representation of color #6073DF: hue angle of 231.02º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6073DF is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 115 223 -
CMYK 0.57 0.48 0 0.13
HSL 231.02º 0.66% 0.63% -
HSV(B) 231.02º 0.57% 0.87% -
XYZ 24.27 20.08 72.41 -
YUV 121.63 185.21 109.72 -
System Red Green Blue C M Y K H S L
Decimal 96 115 223 0.57 0.48 0 0.13 231.02 0.66 0.63
Hex 60 73 DF 39 30 0 D E7 42 3F
Octal 140 163 337 71 60 0 15 347 102 77
Binary 1100000 1110011 11011111 111001 110000 0 1101 11100111 1000010 111111

Color Harmonies of #6073DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6073DF

Black with #6073DF

Text Example


Text Example

White with #6073DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6073DF; }

 p { color: rgb(96,115,223); }

 H1.HeaderClassName
 {
   color: #6073DF;
 }
 .AnyTagClassName
 {
   color: #6073DF;
 }
</style>

background-color css

<style>
 a { background-color: #6073DF; }

 a { background-color: rgb(96,115,223); }

 div.DivClassName
 {
   background-color: #6073DF;
 }
 .BgClassName
 {
   background-color: #6073DF;
 }
</style>

border-color css

<style>
 span { border-color: #6073DF; }

 span { border-color: rgb(96,115,223); }

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