Html Css Color HEX #6073DA Royal Blue

📋 copy color: '#6073DA'

red 96 ◦ green 115 ◦ blue 218

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

Shades of Royal Blue #6073DA

Tints of Royal Blue #6073DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 22.38%
G = 26.81%
B = 50.82%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6073DA (or 0x6073DA) is known color: Royal Blue. HEX triplet: 60, 73 and DA. RGB value is (96,115,218). Sum of RGB (Red+Green+Blue) = 96+115+218=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #6073DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6073DA is #9F8C25. Grayscale: #787878. Windows color (decimal): -10456102 or 14316384. OLE color: 14316384.

HSL color Cylindrical-coordinate representation of color #6073DA: hue angle of 230.66º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6073DA is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 115 218 -
CMYK 0.56 0.47 0 0.15
HSL 230.66º 0.62% 0.62% -
HSV(B) 230.66º 0.56% 0.85% -
XYZ 23.61 19.81 68.91 -
YUV 121.06 182.71 110.12 -
System Red Green Blue C M Y K H S L
Decimal 96 115 218 0.56 0.47 0 0.15 230.66 0.62 0.62
Hex 60 73 DA 38 2F 0 F E7 3E 3E
Octal 140 163 332 70 57 0 17 347 76 76
Binary 1100000 1110011 11011010 111000 101111 0 1111 11100111 111110 111110

Color Harmonies of #6073DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6073DA

Black with #6073DA

Text Example


Text Example

White with #6073DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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