Html Css Color HEX #6076DF Royal Blue

📋 copy color: '#6076DF'

red 96 ◦ green 118 ◦ blue 223

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

Shades of Royal Blue #6076DF

Tints of Royal Blue #6076DF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27%

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

R = 21.97%
G = 27%
B = 51.03%

CMYK

 C value IS 0.57

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6076DF (or 0x6076DF) is known color: Royal Blue. HEX triplet: 60, 76 and DF. RGB value is (96,118,223). Sum of RGB (Red+Green+Blue) = 96+118+223=437 (57% of max value = 765). Red value is 96 (37.89% from 255 or 21.97% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #6076DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6076DF is #9F8920. Grayscale: #7A7A7A. Windows color (decimal): -10455329 or 14644832. OLE color: 14644832.

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

Color convert

RGB 96 118 223 -
CMYK 0.57 0.47 0 0.13
HSL 229.61º 0.66% 0.63% -
HSV(B) 229.61º 0.57% 0.87% -
XYZ 24.62 20.77 72.52 -
YUV 123.39 184.21 108.46 -
System Red Green Blue C M Y K H S L
Decimal 96 118 223 0.57 0.47 0 0.13 229.61 0.66 0.63
Hex 60 76 DF 39 2F 0 D E6 42 3F
Octal 140 166 337 71 57 0 15 346 102 77
Binary 1100000 1110110 11011111 111001 101111 0 1101 11100110 1000010 111111

Color Harmonies of #6076DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6076DF

Black with #6076DF

Text Example


Text Example

White with #6076DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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