Html Css Color HEX #6070DF Royal Blue

📋 copy color: '#6070DF'

red 96 ◦ green 112 ◦ blue 223

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

Shades of Royal Blue #6070DF

Tints of Royal Blue #6070DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.99%

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

R = 22.27%
G = 25.99%
B = 51.74%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6070DF (or 0x6070DF) is known color: Royal Blue. HEX triplet: 60, 70 and DF. RGB value is (96,112,223). Sum of RGB (Red+Green+Blue) = 96+112+223=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #6070DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6070DF is #9F8F20. Grayscale: #777777. Windows color (decimal): -10456865 or 14643296. OLE color: 14643296.

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

Color convert

RGB 96 112 223 -
CMYK 0.57 0.50 0 0.13
HSL 232.44º 0.66% 0.63% -
HSV(B) 232.44º 0.57% 0.87% -
XYZ 23.94 19.4 72.3 -
YUV 119.87 186.2 110.97 -
System Red Green Blue C M Y K H S L
Decimal 96 112 223 0.57 0.50 0 0.13 232.44 0.66 0.63
Hex 60 70 DF 39 32 0 D E8 42 3F
Octal 140 160 337 71 62 0 15 350 102 77
Binary 1100000 1110000 11011111 111001 110010 0 1101 11101000 1000010 111111

Color Harmonies of #6070DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6070DF

Black with #6070DF

Text Example


Text Example

White with #6070DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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