Html Css Color HEX #6370DB Slate Blue

📋 copy color: '#6370DB'

red 99 ◦ green 112 ◦ blue 219

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

Shades of Slate Blue #6370DB

Tints of Slate Blue #6370DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.93%

R = 23.02%
G = 26.05%
B = 50.93%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6370DB (or 0x6370DB) is known color: Slate Blue. HEX triplet: 63, 70 and DB. RGB value is (99,112,219). Sum of RGB (Red+Green+Blue) = 99+112+219=430 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.02% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #6370DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6370DB is #9C8F24. Grayscale: #777777. Windows color (decimal): -10260261 or 14381155. OLE color: 14381155.

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

Color convert

RGB 99 112 219 -
CMYK 0.55 0.49 0 0.14
HSL 233.5º 0.63% 0.62% -
HSV(B) 233.5º 0.55% 0.86% -
XYZ 23.73 19.36 69.5 -
YUV 120.31 183.69 112.8 -
System Red Green Blue C M Y K H S L
Decimal 99 112 219 0.55 0.49 0 0.14 233.5 0.63 0.62
Hex 63 70 DB 37 31 0 E EA 3E 3E
Octal 143 160 333 67 61 0 16 352 76 76
Binary 1100011 1110000 11011011 110111 110001 0 1110 11101010 111110 111110

Color Harmonies of #6370DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6370DB

Black with #6370DB

Text Example


Text Example

White with #6370DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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