Html Css Color HEX #6272DB Royal Blue

📋 copy color: '#6272DB'

red 98 ◦ green 114 ◦ blue 219

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

Shades of Royal Blue #6272DB

Tints of Royal Blue #6272DB

RGB

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

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

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

R = 22.74%
G = 26.45%
B = 50.81%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6272DB (or 0x6272DB) is known color: Royal Blue. HEX triplet: 62, 72 and DB. RGB value is (98,114,219). Sum of RGB (Red+Green+Blue) = 98+114+219=431 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.74% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #6272DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6272DB is #9D8D24. Grayscale: #787878. Windows color (decimal): -10325285 or 14381666. OLE color: 14381666.

HSL color Cylindrical-coordinate representation of color #6272DB: hue angle of 232.07º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6272DB is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 114 219 -
CMYK 0.55 0.48 0 0.14
HSL 232.07º 0.63% 0.62% -
HSV(B) 232.07º 0.55% 0.86% -
XYZ 23.84 19.75 69.57 -
YUV 121.19 183.2 111.46 -
System Red Green Blue C M Y K H S L
Decimal 98 114 219 0.55 0.48 0 0.14 232.07 0.63 0.62
Hex 62 72 DB 37 30 0 E E8 3F 3E
Octal 142 162 333 67 60 0 16 350 77 76
Binary 1100010 1110010 11011011 110111 110000 0 1110 11101000 111111 111110

Color Harmonies of #6272DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6272DB

Black with #6272DB

Text Example


Text Example

White with #6272DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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