Html Css Color HEX #6341D8 Slate Blue

📋 copy color: '#6341D8'

red 99 ◦ green 65 ◦ blue 216

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

Shades of Slate Blue #6341D8

Tints of Slate Blue #6341D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 56.84%

R = 26.05%
G = 17.11%
B = 56.84%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6341D8 (or 0x6341D8) is known color: Slate Blue. HEX triplet: 63, 41 and D8. RGB value is (99,65,216). Sum of RGB (Red+Green+Blue) = 99+65+216=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 216 (84.77% from 255 or 56.84% from 380); Max value from RGB is 216 - color contains mainly: blue. Hex color #6341D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6341D8 is #9CBE27. Grayscale: #5B5B5B. Windows color (decimal): -10272296 or 14172515. OLE color: 14172515.

HSL color Cylindrical-coordinate representation of color #6341D8: hue angle of 253.51º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6341D8 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 65 216 -
CMYK 0.54 0.70 0 0.15
HSL 253.51º 0.66% 0.55% -
HSV(B) 253.51º 0.7% 0.85% -
XYZ 19.43 11.39 66.14 -
YUV 92.38 197.76 132.72 -
System Red Green Blue C M Y K H S L
Decimal 99 65 216 0.54 0.70 0 0.15 253.51 0.66 0.55
Hex 63 41 D8 36 46 0 F FE 42 37
Octal 143 101 330 66 106 0 17 376 102 67
Binary 1100011 1000001 11011000 110110 1000110 0 1111 11111110 1000010 110111

Color Harmonies of #6341D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6341D8

Black with #6341D8

Text Example


Text Example

White with #6341D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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