Html Css Color HEX #6370DD Slate Blue

📋 copy color: '#6370DD'

red 99 ◦ green 112 ◦ blue 221

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

Shades of Slate Blue #6370DD

Tints of Slate Blue #6370DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.93%

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 22.92%
G = 25.93%
B = 51.16%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6370DD (or 0x6370DD) is known color: Slate Blue. HEX triplet: 63, 70 and DD. RGB value is (99,112,221). Sum of RGB (Red+Green+Blue) = 99+112+221=432 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.92% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #6370DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6370DD is #9C8F22. Grayscale: #787878. Windows color (decimal): -10260259 or 14512227. OLE color: 14512227.

HSL color Cylindrical-coordinate representation of color #6370DD: hue angle of 233.61º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6370DD is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 112 221 -
CMYK 0.55 0.49 0 0.13
HSL 233.61º 0.64% 0.63% -
HSV(B) 233.61º 0.55% 0.87% -
XYZ 23.99 19.46 70.9 -
YUV 120.54 184.69 112.64 -
System Red Green Blue C M Y K H S L
Decimal 99 112 221 0.55 0.49 0 0.13 233.61 0.64 0.63
Hex 63 70 DD 37 31 0 D EA 40 3F
Octal 143 160 335 67 61 0 15 352 100 77
Binary 1100011 1110000 11011101 110111 110001 0 1101 11101010 1000000 111111

Color Harmonies of #6370DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6370DD

Black with #6370DD

Text Example


Text Example

White with #6370DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6370DD; }

 p { color: rgb(99,112,221); }

 H1.HeaderClassName
 {
   color: #6370DD;
 }
 .AnyTagClassName
 {
   color: #6370DD;
 }
</style>

background-color css

<style>
 a { background-color: #6370DD; }

 a { background-color: rgb(99,112,221); }

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

border-color css

<style>
 span { border-color: #6370DD; }

 span { border-color: rgb(99,112,221); }

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