Html Css Color HEX #6274DC Royal Blue

📋 copy color: '#6274DC'

red 98 ◦ green 116 ◦ blue 220

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

Shades of Royal Blue #6274DC

Tints of Royal Blue #6274DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.73%

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

R = 22.58%
G = 26.73%
B = 50.69%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6274DC (or 0x6274DC) is known color: Royal Blue. HEX triplet: 62, 74 and DC. RGB value is (98,116,220). Sum of RGB (Red+Green+Blue) = 98+116+220=434 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.58% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #6274DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6274DC is #9D8B23. Grayscale: #7A7A7A. Windows color (decimal): -10324772 or 14447714. OLE color: 14447714.

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

Color convert

RGB 98 116 220 -
CMYK 0.55 0.47 0 0.14
HSL 231.15º 0.64% 0.62% -
HSV(B) 231.15º 0.55% 0.86% -
XYZ 24.2 20.25 70.34 -
YUV 122.47 183.04 110.54 -
System Red Green Blue C M Y K H S L
Decimal 98 116 220 0.55 0.47 0 0.14 231.15 0.64 0.62
Hex 62 74 DC 37 2F 0 E E7 40 3E
Octal 142 164 334 67 57 0 16 347 100 76
Binary 1100010 1110100 11011100 110111 101111 0 1110 11100111 1000000 111110

Color Harmonies of #6274DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6274DC

Black with #6274DC

Text Example


Text Example

White with #6274DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,116,220); }

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

background-color css

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

 a { background-color: rgb(98,116,220); }

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

border-color css

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

 span { border-color: rgb(98,116,220); }

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