Html Css Color HEX #6375DF Royal Blue

📋 copy color: '#6375DF'

red 99 ◦ green 117 ◦ blue 223

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

Shades of Royal Blue #6375DF

Tints of Royal Blue #6375DF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.65%

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

R = 22.55%
G = 26.65%
B = 50.8%

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

#6375DF (or 0x6375DF) is known color: Royal Blue. HEX triplet: 63, 75 and DF. RGB value is (99,117,223). Sum of RGB (Red+Green+Blue) = 99+117+223=439 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.55% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #6375DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6375DF is #9C8A20. Grayscale: #7B7B7B. Windows color (decimal): -10258977 or 14644579. OLE color: 14644579.

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

Color convert

RGB 99 117 223 -
CMYK 0.56 0.48 0 0.13
HSL 231.29º 0.66% 0.63% -
HSV(B) 231.29º 0.56% 0.87% -
XYZ 24.83 20.7 72.5 -
YUV 123.7 184.04 110.38 -
System Red Green Blue C M Y K H S L
Decimal 99 117 223 0.56 0.48 0 0.13 231.29 0.66 0.63
Hex 63 75 DF 38 30 0 D E7 42 3F
Octal 143 165 337 70 60 0 15 347 102 77
Binary 1100011 1110101 11011111 111000 110000 0 1101 11100111 1000010 111111

Color Harmonies of #6375DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6375DF

Black with #6375DF

Text Example


Text Example

White with #6375DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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