Html Css Color HEX #6343D6 Slate Blue

📋 copy color: '#6343D6'

red 99 ◦ green 67 ◦ blue 214

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

Shades of Slate Blue #6343D6

Tints of Slate Blue #6343D6

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.63%

 BLUE value IS 214 (83.98% from 255) = 56.32%

R = 26.05%
G = 17.63%
B = 56.32%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6343D6 (or 0x6343D6) is known color: Slate Blue. HEX triplet: 63, 43 and D6. RGB value is (99,67,214). Sum of RGB (Red+Green+Blue) = 99+67+214=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 214 (83.98% from 255 or 56.32% from 380); Max value from RGB is 214 - color contains mainly: blue. Hex color #6343D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6343D6 is #9CBC29. Grayscale: #5C5C5C. Windows color (decimal): -10271786 or 14041955. OLE color: 14041955.

HSL color Cylindrical-coordinate representation of color #6343D6: hue angle of 253.06º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6343D6 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 99 67 214 -
CMYK 0.54 0.69 0 0.16
HSL 253.06º 0.64% 0.55% -
HSV(B) 253.06º 0.69% 0.84% -
XYZ 19.29 11.52 64.83 -
YUV 93.33 196.1 132.05 -
System Red Green Blue C M Y K H S L
Decimal 99 67 214 0.54 0.69 0 0.16 253.06 0.64 0.55
Hex 63 43 D6 36 45 0 10 FD 40 37
Octal 143 103 326 66 105 0 20 375 100 67
Binary 1100011 1000011 11010110 110110 1000101 0 10000 11111101 1000000 110111

Color Harmonies of #6343D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6343D6

Black with #6343D6

Text Example


Text Example

White with #6343D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6343D6; }

 p { color: rgb(99,67,214); }

 H1.HeaderClassName
 {
   color: #6343D6;
 }
 .AnyTagClassName
 {
   color: #6343D6;
 }
</style>

background-color css

<style>
 a { background-color: #6343D6; }

 a { background-color: rgb(99,67,214); }

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

border-color css

<style>
 span { border-color: #6343D6; }

 span { border-color: rgb(99,67,214); }

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