Html Css Color HEX #6274DA Royal Blue

📋 copy color: '#6274DA'

red 98 ◦ green 116 ◦ blue 218

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

Shades of Royal Blue #6274DA

Tints of Royal Blue #6274DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 22.69%
G = 26.85%
B = 50.46%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6274DA (or 0x6274DA) is known color: Royal Blue. HEX triplet: 62, 74 and DA. RGB value is (98,116,218). Sum of RGB (Red+Green+Blue) = 98+116+218=432 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.69% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #6274DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6274DA is #9D8B25. Grayscale: #797979. Windows color (decimal): -10324774 or 14316642. OLE color: 14316642.

HSL color Cylindrical-coordinate representation of color #6274DA: hue angle of 231º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6274DA is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 116 218 -
CMYK 0.55 0.47 0 0.15
HSL 231º 0.62% 0.62% -
HSV(B) 231º 0.55% 0.85% -
XYZ 23.94 20.15 68.96 -
YUV 122.25 182.04 110.71 -
System Red Green Blue C M Y K H S L
Decimal 98 116 218 0.55 0.47 0 0.15 231 0.62 0.62
Hex 62 74 DA 37 2F 0 F E7 3E 3E
Octal 142 164 332 67 57 0 17 347 76 76
Binary 1100010 1110100 11011010 110111 101111 0 1111 11100111 111110 111110

Color Harmonies of #6274DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6274DA

Black with #6274DA

Text Example


Text Example

White with #6274DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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