Html Css Color HEX #6346CB Slate Blue

📋 copy color: '#6346CB'

red 99 ◦ green 70 ◦ blue 203

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

Shades of Slate Blue #6346CB

Tints of Slate Blue #6346CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.82%

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

R = 26.61%
G = 18.82%
B = 54.57%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6346CB (or 0x6346CB) is known color: Slate Blue. HEX triplet: 63, 46 and CB. RGB value is (99,70,203). Sum of RGB (Red+Green+Blue) = 99+70+203=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #6346CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6346CB is #9CB934. Grayscale: #5D5D5D. Windows color (decimal): -10271029 or 13321827. OLE color: 13321827.

HSL color Cylindrical-coordinate representation of color #6346CB: hue angle of 253.08º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6346CB is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 70 203 -
CMYK 0.51 0.66 0 0.20
HSL 253.08º 0.56% 0.54% -
HSV(B) 253.08º 0.66% 0.8% -
XYZ 18.12 11.34 57.73 -
YUV 93.83 189.61 131.69 -
System Red Green Blue C M Y K H S L
Decimal 99 70 203 0.51 0.66 0 0.20 253.08 0.56 0.54
Hex 63 46 CB 33 42 0 14 FD 38 36
Octal 143 106 313 63 102 0 24 375 70 66
Binary 1100011 1000110 11001011 110011 1000010 0 10100 11111101 111000 110110

Color Harmonies of #6346CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6346CB

Black with #6346CB

Text Example


Text Example

White with #6346CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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