Html Css Color HEX #6077E1 Royal Blue

📋 copy color: '#6077E1'

red 96 ◦ green 119 ◦ blue 225

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

Shades of Royal Blue #6077E1

Tints of Royal Blue #6077E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.14%

R = 21.82%
G = 27.05%
B = 51.14%

CMYK

 C value IS 0.57

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6077E1 (or 0x6077E1) is known color: Royal Blue. HEX triplet: 60, 77 and E1. RGB value is (96,119,225). Sum of RGB (Red+Green+Blue) = 96+119+225=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 225 (88.28% from 255 or 51.14% from 440); Max value from RGB is 225 - color contains mainly: blue. Hex color #6077E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6077E1 is #9F881E. Grayscale: #7B7B7B. Windows color (decimal): -10455071 or 14776160. OLE color: 14776160.

HSL color Cylindrical-coordinate representation of color #6077E1: hue angle of 229.3º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6077E1 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 119 225 -
CMYK 0.57 0.47 0 0.12
HSL 229.3º 0.68% 0.63% -
HSV(B) 229.3º 0.57% 0.88% -
XYZ 25.01 21.12 73.99 -
YUV 124.21 184.88 107.88 -
System Red Green Blue C M Y K H S L
Decimal 96 119 225 0.57 0.47 0 0.12 229.3 0.68 0.63
Hex 60 77 E1 39 2F 0 C E5 44 3F
Octal 140 167 341 71 57 0 14 345 104 77
Binary 1100000 1110111 11100001 111001 101111 0 1100 11100101 1000100 111111

Color Harmonies of #6077E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6077E1

Black with #6077E1

Text Example


Text Example

White with #6077E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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