Html Css Color HEX #6077DC Royal Blue

📋 copy color: '#6077DC'

red 96 ◦ green 119 ◦ blue 220

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

Shades of Royal Blue #6077DC

Tints of Royal Blue #6077DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 22.07%
G = 27.36%
B = 50.57%

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

#6077DC (or 0x6077DC) is known color: Royal Blue. HEX triplet: 60, 77 and DC. RGB value is (96,119,220). Sum of RGB (Red+Green+Blue) = 96+119+220=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #6077DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6077DC is #9F8823. Grayscale: #7B7B7B. Windows color (decimal): -10455076 or 14448480. OLE color: 14448480.

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

Color convert

RGB 96 119 220 -
CMYK 0.56 0.46 0 0.14
HSL 228.87º 0.64% 0.62% -
HSV(B) 228.87º 0.56% 0.86% -
XYZ 24.34 20.85 70.45 -
YUV 123.64 182.38 108.29 -
System Red Green Blue C M Y K H S L
Decimal 96 119 220 0.56 0.46 0 0.14 228.87 0.64 0.62
Hex 60 77 DC 38 2E 0 E E5 40 3E
Octal 140 167 334 70 56 0 16 345 100 76
Binary 1100000 1110111 11011100 111000 101110 0 1110 11100101 1000000 111110

Color Harmonies of #6077DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6077DC

Black with #6077DC

Text Example


Text Example

White with #6077DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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