Html Css Color HEX #6359DD Slate Blue

📋 copy color: '#6359DD'

red 99 ◦ green 89 ◦ blue 221

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

Shades of Slate Blue #6359DD

Tints of Slate Blue #6359DD

RGB

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

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

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

R = 24.21%
G = 21.76%
B = 54.03%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6359DD (or 0x6359DD) is known color: Slate Blue. HEX triplet: 63, 59 and DD. RGB value is (99,89,221). Sum of RGB (Red+Green+Blue) = 99+89+221=409 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.21% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #6359DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6359DD is #9CA622. Grayscale: #6A6A6A. Windows color (decimal): -10266147 or 14506339. OLE color: 14506339.

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

Color convert

RGB 99 89 221 -
CMYK 0.55 0.60 0 0.13
HSL 244.55º 0.66% 0.61% -
HSV(B) 244.55º 0.6% 0.87% -
XYZ 21.77 15.02 70.16 -
YUV 107.04 192.31 122.27 -
System Red Green Blue C M Y K H S L
Decimal 99 89 221 0.55 0.60 0 0.13 244.55 0.66 0.61
Hex 63 59 DD 37 3C 0 D F5 42 3D
Octal 143 131 335 67 74 0 15 365 102 75
Binary 1100011 1011001 11011101 110111 111100 0 1101 11110101 1000010 111101

Color Harmonies of #6359DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6359DD

Black with #6359DD

Text Example


Text Example

White with #6359DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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