Html Css Color HEX #6345C6 Slate Blue

📋 copy color: '#6345C6'

red 99 ◦ green 69 ◦ blue 198

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

Shades of Slate Blue #6345C6

Tints of Slate Blue #6345C6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.85%

 BLUE value IS 198 (77.73% from 255) = 54.1%

R = 27.05%
G = 18.85%
B = 54.1%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6345C6 (or 0x6345C6) is known color: Slate Blue. HEX triplet: 63, 45 and C6. RGB value is (99,69,198). Sum of RGB (Red+Green+Blue) = 99+69+198=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 198 (77.73% from 255 or 54.10% from 366); Max value from RGB is 198 - color contains mainly: blue. Hex color #6345C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6345C6 is #9CBA39. Grayscale: #5C5C5C. Windows color (decimal): -10271290 or 12993891. OLE color: 12993891.

HSL color Cylindrical-coordinate representation of color #6345C6: hue angle of 253.95º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6345C6 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 99 69 198 -
CMYK 0.50 0.65 0 0.22
HSL 253.95º 0.53% 0.52% -
HSV(B) 253.95º 0.65% 0.78% -
XYZ 17.47 10.99 54.63 -
YUV 92.68 187.44 132.51 -
System Red Green Blue C M Y K H S L
Decimal 99 69 198 0.50 0.65 0 0.22 253.95 0.53 0.52
Hex 63 45 C6 32 41 0 16 FE 35 34
Octal 143 105 306 62 101 0 26 376 65 64
Binary 1100011 1000101 11000110 110010 1000001 0 10110 11111110 110101 110100

Color Harmonies of #6345C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6345C6

Black with #6345C6

Text Example


Text Example

White with #6345C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6345C6; }

 p { color: rgb(99,69,198); }

 H1.HeaderClassName
 {
   color: #6345C6;
 }
 .AnyTagClassName
 {
   color: #6345C6;
 }
</style>

background-color css

<style>
 a { background-color: #6345C6; }

 a { background-color: rgb(99,69,198); }

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

border-color css

<style>
 span { border-color: #6345C6; }

 span { border-color: rgb(99,69,198); }

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