Html Css Color HEX #6347CC Slate Blue

📋 copy color: '#6347CC'

red 99 ◦ green 71 ◦ blue 204

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

Shades of Slate Blue #6347CC

Tints of Slate Blue #6347CC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.98%

 BLUE value IS 204 (80.08% from 255) = 54.55%

R = 26.47%
G = 18.98%
B = 54.55%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6347CC (or 0x6347CC) is known color: Slate Blue. HEX triplet: 63, 47 and CC. RGB value is (99,71,204). Sum of RGB (Red+Green+Blue) = 99+71+204=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #6347CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6347CC is #9CB833. Grayscale: #5E5E5E. Windows color (decimal): -10270772 or 13387619. OLE color: 13387619.

HSL color Cylindrical-coordinate representation of color #6347CC: hue angle of 252.63º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6347CC is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 99 71 204 -
CMYK 0.51 0.65 0 0.2
HSL 252.63º 0.57% 0.54% -
HSV(B) 252.63º 0.65% 0.8% -
XYZ 18.3 11.52 58.39 -
YUV 94.53 189.78 131.19 -
System Red Green Blue C M Y K H S L
Decimal 99 71 204 0.51 0.65 0 0.2 252.63 0.57 0.54
Hex 63 47 CC 33 41 0 14 FD 39 36
Octal 143 107 314 63 101 0 24 375 71 66
Binary 1100011 1000111 11001100 110011 1000001 0 10100 11111101 111001 110110

Color Harmonies of #6347CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6347CC

Black with #6347CC

Text Example


Text Example

White with #6347CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6347CC; }

 p { color: rgb(99,71,204); }

 H1.HeaderClassName
 {
   color: #6347CC;
 }
 .AnyTagClassName
 {
   color: #6347CC;
 }
</style>

background-color css

<style>
 a { background-color: #6347CC; }

 a { background-color: rgb(99,71,204); }

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

border-color css

<style>
 span { border-color: #6347CC; }

 span { border-color: rgb(99,71,204); }

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