Html Css Color HEX #6341DD Slate Blue

📋 copy color: '#6341DD'

red 99 ◦ green 65 ◦ blue 221

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

Shades of Slate Blue #6341DD

Tints of Slate Blue #6341DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.88%

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

R = 25.71%
G = 16.88%
B = 57.4%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6341DD (or 0x6341DD) is known color: Slate Blue. HEX triplet: 63, 41 and DD. RGB value is (99,65,221). Sum of RGB (Red+Green+Blue) = 99+65+221=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #6341DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6341DD is #9CBE22. Grayscale: #5C5C5C. Windows color (decimal): -10272291 or 14500195. OLE color: 14500195.

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

Color convert

RGB 99 65 221 -
CMYK 0.55 0.71 0 0.13
HSL 253.08º 0.7% 0.56% -
HSV(B) 253.08º 0.71% 0.87% -
XYZ 20.09 11.65 69.6 -
YUV 92.95 200.26 132.32 -
System Red Green Blue C M Y K H S L
Decimal 99 65 221 0.55 0.71 0 0.13 253.08 0.7 0.56
Hex 63 41 DD 37 47 0 D FD 46 38
Octal 143 101 335 67 107 0 15 375 106 70
Binary 1100011 1000001 11011101 110111 1000111 0 1101 11111101 1000110 111000

Color Harmonies of #6341DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6341DD

Black with #6341DD

Text Example


Text Example

White with #6341DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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