Html Css Color HEX #6072DF Royal Blue

📋 copy color: '#6072DF'

red 96 ◦ green 114 ◦ blue 223

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

Shades of Royal Blue #6072DF

Tints of Royal Blue #6072DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.33%

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

R = 22.17%
G = 26.33%
B = 51.5%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6072DF (or 0x6072DF) is known color: Royal Blue. HEX triplet: 60, 72 and DF. RGB value is (96,114,223). Sum of RGB (Red+Green+Blue) = 96+114+223=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #6072DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6072DF is #9F8D20. Grayscale: #787878. Windows color (decimal): -10456353 or 14643808. OLE color: 14643808.

HSL color Cylindrical-coordinate representation of color #6072DF: hue angle of 231.5º 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 #6072DF is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 114 223 -
CMYK 0.57 0.49 0 0.13
HSL 231.5º 0.66% 0.63% -
HSV(B) 231.5º 0.57% 0.87% -
XYZ 24.16 19.85 72.37 -
YUV 121.04 185.54 110.14 -
System Red Green Blue C M Y K H S L
Decimal 96 114 223 0.57 0.49 0 0.13 231.5 0.66 0.63
Hex 60 72 DF 39 31 0 D E7 42 3F
Octal 140 162 337 71 61 0 15 347 102 77
Binary 1100000 1110010 11011111 111001 110001 0 1101 11100111 1000010 111111

Color Harmonies of #6072DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6072DF

Black with #6072DF

Text Example


Text Example

White with #6072DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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