Html Css Color HEX #6077DB Royal Blue

📋 copy color: '#6077DB'

red 96 ◦ green 119 ◦ blue 219

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

Shades of Royal Blue #6077DB

Tints of Royal Blue #6077DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.42%

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

R = 22.12%
G = 27.42%
B = 50.46%

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

#6077DB (or 0x6077DB) is known color: Royal Blue. HEX triplet: 60, 77 and DB. RGB value is (96,119,219). Sum of RGB (Red+Green+Blue) = 96+119+219=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #6077DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6077DB is #9F8824. Grayscale: #7B7B7B. Windows color (decimal): -10455077 or 14382944. OLE color: 14382944.

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

Color convert

RGB 96 119 219 -
CMYK 0.56 0.46 0 0.14
HSL 228.78º 0.63% 0.62% -
HSV(B) 228.78º 0.56% 0.86% -
XYZ 24.21 20.79 69.76 -
YUV 123.52 181.88 108.37 -
System Red Green Blue C M Y K H S L
Decimal 96 119 219 0.56 0.46 0 0.14 228.78 0.63 0.62
Hex 60 77 DB 38 2E 0 E E5 3F 3E
Octal 140 167 333 70 56 0 16 345 77 76
Binary 1100000 1110111 11011011 111000 101110 0 1110 11100101 111111 111110

Color Harmonies of #6077DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6077DB

Black with #6077DB

Text Example


Text Example

White with #6077DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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