Html Css Color HEX #6359DB Slate Blue

📋 copy color: '#6359DB'

red 99 ◦ green 89 ◦ blue 219

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

Shades of Slate Blue #6359DB

Tints of Slate Blue #6359DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.87%

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

R = 24.32%
G = 21.87%
B = 53.81%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6359DB (or 0x6359DB) is known color: Slate Blue. HEX triplet: 63, 59 and DB. RGB value is (99,89,219). Sum of RGB (Red+Green+Blue) = 99+89+219=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #6359DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6359DB is #9CA624. Grayscale: #6A6A6A. Windows color (decimal): -10266149 or 14375267. OLE color: 14375267.

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

Color convert

RGB 99 89 219 -
CMYK 0.55 0.59 0 0.14
HSL 244.62º 0.64% 0.6% -
HSV(B) 244.62º 0.59% 0.86% -
XYZ 21.5 14.91 68.76 -
YUV 106.81 191.31 122.43 -
System Red Green Blue C M Y K H S L
Decimal 99 89 219 0.55 0.59 0 0.14 244.62 0.64 0.6
Hex 63 59 DB 37 3B 0 E F5 40 3C
Octal 143 131 333 67 73 0 16 365 100 74
Binary 1100011 1011001 11011011 110111 111011 0 1110 11110101 1000000 111100

Color Harmonies of #6359DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6359DB

Black with #6359DB

Text Example


Text Example

White with #6359DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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