Html Css Color HEX #6359DC Slate Blue

📋 copy color: '#6359DC'

red 99 ◦ green 89 ◦ blue 220

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

Shades of Slate Blue #6359DC

Tints of Slate Blue #6359DC

RGB

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

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

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

R = 24.26%
G = 21.81%
B = 53.92%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6359DC (or 0x6359DC) is known color: Slate Blue. HEX triplet: 63, 59 and DC. RGB value is (99,89,220). Sum of RGB (Red+Green+Blue) = 99+89+220=408 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.26% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #6359DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6359DC is #9CA623. Grayscale: #6A6A6A. Windows color (decimal): -10266148 or 14440803. OLE color: 14440803.

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

Color convert

RGB 99 89 220 -
CMYK 0.55 0.60 0 0.14
HSL 244.58º 0.65% 0.61% -
HSV(B) 244.58º 0.6% 0.86% -
XYZ 21.64 14.96 69.46 -
YUV 106.92 191.81 122.35 -
System Red Green Blue C M Y K H S L
Decimal 99 89 220 0.55 0.60 0 0.14 244.58 0.65 0.61
Hex 63 59 DC 37 3C 0 E F5 41 3D
Octal 143 131 334 67 74 0 16 365 101 75
Binary 1100011 1011001 11011100 110111 111100 0 1110 11110101 1000001 111101

Color Harmonies of #6359DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6359DC

Black with #6359DC

Text Example


Text Example

White with #6359DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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