Html Css Color HEX #6375DC Royal Blue

📋 copy color: '#6375DC'

red 99 ◦ green 117 ◦ blue 220

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

Shades of Royal Blue #6375DC

Tints of Royal Blue #6375DC

RGB

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

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

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

R = 22.71%
G = 26.83%
B = 50.46%

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

#6375DC (or 0x6375DC) is known color: Royal Blue. HEX triplet: 63, 75 and DC. RGB value is (99,117,220). Sum of RGB (Red+Green+Blue) = 99+117+220=436 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.71% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #6375DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6375DC is #9C8A23. Grayscale: #7A7A7A. Windows color (decimal): -10258980 or 14447971. OLE color: 14447971.

HSL color Cylindrical-coordinate representation of color #6375DC: hue angle of 231.07º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6375DC is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 117 220 -
CMYK 0.55 0.47 0 0.14
HSL 231.07º 0.63% 0.63% -
HSV(B) 231.07º 0.55% 0.86% -
XYZ 24.43 20.54 70.39 -
YUV 123.36 182.54 110.62 -
System Red Green Blue C M Y K H S L
Decimal 99 117 220 0.55 0.47 0 0.14 231.07 0.63 0.63
Hex 63 75 DC 37 2F 0 E E7 3F 3F
Octal 143 165 334 67 57 0 16 347 77 77
Binary 1100011 1110101 11011100 110111 101111 0 1110 11100111 111111 111111

Color Harmonies of #6375DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6375DC

Black with #6375DC

Text Example


Text Example

White with #6375DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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