Html Css Color HEX #6374DF Royal Blue

📋 copy color: '#6374DF'

red 99 ◦ green 116 ◦ blue 223

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

Shades of Royal Blue #6374DF

Tints of Royal Blue #6374DF

RGB

 RED value IS 99 (39.06% from 255) = 22.6%

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

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

R = 22.6%
G = 26.48%
B = 50.91%

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

#6374DF (or 0x6374DF) is known color: Royal Blue. HEX triplet: 63, 74 and DF. RGB value is (99,116,223). Sum of RGB (Red+Green+Blue) = 99+116+223=438 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.60% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #6374DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6374DF is #9C8B20. Grayscale: #7A7A7A. Windows color (decimal): -10259233 or 14644323. OLE color: 14644323.

HSL color Cylindrical-coordinate representation of color #6374DF: hue angle of 231.77º 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 #6374DF is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 116 223 -
CMYK 0.56 0.48 0 0.13
HSL 231.77º 0.66% 0.63% -
HSV(B) 231.77º 0.56% 0.87% -
XYZ 24.71 20.47 72.46 -
YUV 123.12 184.37 110.8 -
System Red Green Blue C M Y K H S L
Decimal 99 116 223 0.56 0.48 0 0.13 231.77 0.66 0.63
Hex 63 74 DF 38 30 0 D E8 42 3F
Octal 143 164 337 70 60 0 15 350 102 77
Binary 1100011 1110100 11011111 111000 110000 0 1101 11101000 1000010 111111

Color Harmonies of #6374DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6374DF

Black with #6374DF

Text Example


Text Example

White with #6374DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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