Html Css Color HEX #6274DF Royal Blue

📋 copy color: '#6274DF'

red 98 ◦ green 116 ◦ blue 223

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

Shades of Royal Blue #6274DF

Tints of Royal Blue #6274DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.03%

R = 22.43%
G = 26.54%
B = 51.03%

CMYK

 C value IS 0.56

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6274DF (or 0x6274DF) is known color: Royal Blue. HEX triplet: 62, 74 and DF. RGB value is (98,116,223). Sum of RGB (Red+Green+Blue) = 98+116+223=437 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.43% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #6274DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6274DF is #9D8B20. Grayscale: #7A7A7A. Windows color (decimal): -10324769 or 14644322. OLE color: 14644322.

HSL color Cylindrical-coordinate representation of color #6274DF: hue angle of 231.36º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6274DF is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 116 223 -
CMYK 0.56 0.48 0 0.13
HSL 231.36º 0.66% 0.63% -
HSV(B) 231.36º 0.56% 0.87% -
XYZ 24.6 20.42 72.46 -
YUV 122.82 184.54 110.3 -
System Red Green Blue C M Y K H S L
Decimal 98 116 223 0.56 0.48 0 0.13 231.36 0.66 0.63
Hex 62 74 DF 38 30 0 D E7 42 3F
Octal 142 164 337 70 60 0 15 347 102 77
Binary 1100010 1110100 11011111 111000 110000 0 1101 11100111 1000010 111111

Color Harmonies of #6274DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6274DF

Black with #6274DF

Text Example


Text Example

White with #6274DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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