Html Css Color HEX #6272E5 Royal Blue

📋 copy color: '#6272E5'

red 98 ◦ green 114 ◦ blue 229

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

Shades of Royal Blue #6272E5

Tints of Royal Blue #6272E5

RGB

 RED value IS 98 (38.67% from 255) = 22.22%

 GREEN value IS 114 (44.92% from 255) = 25.85%

 BLUE value IS 229 (89.84% from 255) = 51.93%

R = 22.22%
G = 25.85%
B = 51.93%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6272E5 (or 0x6272E5) is known color: Royal Blue. HEX triplet: 62, 72 and E5. RGB value is (98,114,229). Sum of RGB (Red+Green+Blue) = 98+114+229=441 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.22% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #6272E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6272E5 is #9D8D1A. Grayscale: #797979. Windows color (decimal): -10325275 or 15037026. OLE color: 15037026.

HSL color Cylindrical-coordinate representation of color #6272E5: hue angle of 232.67º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6272E5 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 98 114 229 -
CMYK 0.57 0.50 0 0.10
HSL 232.67º 0.72% 0.64% -
HSV(B) 232.67º 0.57% 0.9% -
XYZ 25.2 20.29 76.72 -
YUV 122.33 188.2 110.65 -
System Red Green Blue C M Y K H S L
Decimal 98 114 229 0.57 0.50 0 0.10 232.67 0.72 0.64
Hex 62 72 E5 39 32 0 A E9 48 40
Octal 142 162 345 71 62 0 12 351 110 100
Binary 1100010 1110010 11100101 111001 110010 0 1010 11101001 1001000 1000000

Color Harmonies of #6272E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6272E5

Black with #6272E5

Text Example


Text Example

White with #6272E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6272E5; }

 p { color: rgb(98,114,229); }

 H1.HeaderClassName
 {
   color: #6272E5;
 }
 .AnyTagClassName
 {
   color: #6272E5;
 }
</style>

background-color css

<style>
 a { background-color: #6272E5; }

 a { background-color: rgb(98,114,229); }

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

border-color css

<style>
 span { border-color: #6272E5; }

 span { border-color: rgb(98,114,229); }

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