Html Css Color HEX #6076DB Royal Blue

📋 copy color: '#6076DB'

red 96 ◦ green 118 ◦ blue 219

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

Shades of Royal Blue #6076DB

Tints of Royal Blue #6076DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.58%

R = 22.17%
G = 27.25%
B = 50.58%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6076DB (or 0x6076DB) is known color: Royal Blue. HEX triplet: 60, 76 and DB. RGB value is (96,118,219). Sum of RGB (Red+Green+Blue) = 96+118+219=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #6076DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6076DB is #9F8924. Grayscale: #7A7A7A. Windows color (decimal): -10455333 or 14382688. OLE color: 14382688.

HSL color Cylindrical-coordinate representation of color #6076DB: hue angle of 229.27º degrees, saturation: 0.63, 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 #6076DB is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 118 219 -
CMYK 0.56 0.46 0 0.14
HSL 229.27º 0.63% 0.62% -
HSV(B) 229.27º 0.56% 0.86% -
XYZ 24.09 20.56 69.72 -
YUV 122.94 182.21 108.79 -
System Red Green Blue C M Y K H S L
Decimal 96 118 219 0.56 0.46 0 0.14 229.27 0.63 0.62
Hex 60 76 DB 38 2E 0 E E5 3F 3E
Octal 140 166 333 70 56 0 16 345 77 76
Binary 1100000 1110110 11011011 111000 101110 0 1110 11100101 111111 111110

Color Harmonies of #6076DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6076DB

Black with #6076DB

Text Example


Text Example

White with #6076DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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