Html Css Color HEX #6072DD Royal Blue

📋 copy color: '#6072DD'

red 96 ◦ green 114 ◦ blue 221

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

Shades of Royal Blue #6072DD

Tints of Royal Blue #6072DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 22.27%
G = 26.45%
B = 51.28%

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

#6072DD (or 0x6072DD) is known color: Royal Blue. HEX triplet: 60, 72 and DD. RGB value is (96,114,221). Sum of RGB (Red+Green+Blue) = 96+114+221=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #6072DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6072DD is #9F8D22. Grayscale: #787878. Windows color (decimal): -10456355 or 14512736. OLE color: 14512736.

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

Color convert

RGB 96 114 221 -
CMYK 0.57 0.48 0 0.13
HSL 231.36º 0.65% 0.62% -
HSV(B) 231.36º 0.57% 0.87% -
XYZ 23.89 19.74 70.96 -
YUV 120.82 184.54 110.3 -
System Red Green Blue C M Y K H S L
Decimal 96 114 221 0.57 0.48 0 0.13 231.36 0.65 0.62
Hex 60 72 DD 39 30 0 D E7 41 3E
Octal 140 162 335 71 60 0 15 347 101 76
Binary 1100000 1110010 11011101 111001 110000 0 1101 11100111 1000001 111110

Color Harmonies of #6072DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6072DD

Black with #6072DD

Text Example


Text Example

White with #6072DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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