Html Css Color HEX #6348CB Slate Blue

📋 copy color: '#6348CB'

red 99 ◦ green 72 ◦ blue 203

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

Shades of Slate Blue #6348CB

Tints of Slate Blue #6348CB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.25%

 BLUE value IS 203 (79.69% from 255) = 54.28%

R = 26.47%
G = 19.25%
B = 54.28%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6348CB (or 0x6348CB) is known color: Slate Blue. HEX triplet: 63, 48 and CB. RGB value is (99,72,203). Sum of RGB (Red+Green+Blue) = 99+72+203=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #6348CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6348CB is #9CB734. Grayscale: #5E5E5E. Windows color (decimal): -10270517 or 13322339. OLE color: 13322339.

HSL color Cylindrical-coordinate representation of color #6348CB: hue angle of 252.37º degrees, saturation: 0.56, 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 #6348CB is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 72 203 -
CMYK 0.51 0.65 0 0.20
HSL 252.37º 0.56% 0.54% -
HSV(B) 252.37º 0.65% 0.8% -
XYZ 18.24 11.6 57.78 -
YUV 95.01 188.95 130.85 -
System Red Green Blue C M Y K H S L
Decimal 99 72 203 0.51 0.65 0 0.20 252.37 0.56 0.54
Hex 63 48 CB 33 41 0 14 FC 38 36
Octal 143 110 313 63 101 0 24 374 70 66
Binary 1100011 1001000 11001011 110011 1000001 0 10100 11111100 111000 110110

Color Harmonies of #6348CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6348CB

Black with #6348CB

Text Example


Text Example

White with #6348CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6348CB; }

 p { color: rgb(99,72,203); }

 H1.HeaderClassName
 {
   color: #6348CB;
 }
 .AnyTagClassName
 {
   color: #6348CB;
 }
</style>

background-color css

<style>
 a { background-color: #6348CB; }

 a { background-color: rgb(99,72,203); }

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

border-color css

<style>
 span { border-color: #6348CB; }

 span { border-color: rgb(99,72,203); }

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