Html Css Color HEX #6072DC Royal Blue

📋 copy color: '#6072DC'

red 96 ◦ green 114 ◦ blue 220

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

Shades of Royal Blue #6072DC

Tints of Royal Blue #6072DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.16%

R = 22.33%
G = 26.51%
B = 51.16%

CMYK

 C value IS 0.56

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6072DC (or 0x6072DC) is known color: Royal Blue. HEX triplet: 60, 72 and DC. RGB value is (96,114,220). Sum of RGB (Red+Green+Blue) = 96+114+220=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #6072DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6072DC is #9F8D23. Grayscale: #787878. Windows color (decimal): -10456356 or 14447200. OLE color: 14447200.

HSL color Cylindrical-coordinate representation of color #6072DC: hue angle of 231.29º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6072DC is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 114 220 -
CMYK 0.56 0.48 0 0.14
HSL 231.29º 0.64% 0.62% -
HSV(B) 231.29º 0.56% 0.86% -
XYZ 23.76 19.69 70.26 -
YUV 120.7 184.04 110.38 -
System Red Green Blue C M Y K H S L
Decimal 96 114 220 0.56 0.48 0 0.14 231.29 0.64 0.62
Hex 60 72 DC 38 30 0 E E7 40 3E
Octal 140 162 334 70 60 0 16 347 100 76
Binary 1100000 1110010 11011100 111000 110000 0 1110 11100111 1000000 111110

Color Harmonies of #6072DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6072DC

Black with #6072DC

Text Example


Text Example

White with #6072DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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