Html Css Color HEX #6341DF Slate Blue

📋 copy color: '#6341DF'

red 99 ◦ green 65 ◦ blue 223

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

Shades of Slate Blue #6341DF

Tints of Slate Blue #6341DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.62%

R = 25.58%
G = 16.8%
B = 57.62%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6341DF (or 0x6341DF) is known color: Slate Blue. HEX triplet: 63, 41 and DF. RGB value is (99,65,223). Sum of RGB (Red+Green+Blue) = 99+65+223=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #6341DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6341DF is #9CBE20. Grayscale: #5C5C5C. Windows color (decimal): -10272289 or 14631267. OLE color: 14631267.

HSL color Cylindrical-coordinate representation of color #6341DF: hue angle of 252.91º degrees, saturation: 0.71, 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 #6341DF is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 65 223 -
CMYK 0.56 0.71 0 0.13
HSL 252.91º 0.71% 0.56% -
HSV(B) 252.91º 0.71% 0.87% -
XYZ 20.36 11.76 71.01 -
YUV 93.18 201.26 132.15 -
System Red Green Blue C M Y K H S L
Decimal 99 65 223 0.56 0.71 0 0.13 252.91 0.71 0.56
Hex 63 41 DF 38 47 0 D FD 47 38
Octal 143 101 337 70 107 0 15 375 107 70
Binary 1100011 1000001 11011111 111000 1000111 0 1101 11111101 1000111 111000

Color Harmonies of #6341DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6341DF

Black with #6341DF

Text Example


Text Example

White with #6341DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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