Html Css Color HEX #6543CB Slate Blue

📋 copy color: '#6543CB'

red 101 ◦ green 67 ◦ blue 203

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

Shades of Slate Blue #6543CB

Tints of Slate Blue #6543CB

RGB

 RED value IS 101 (39.84% from 255) = 27.22%

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

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

R = 27.22%
G = 18.06%
B = 54.72%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6543CB (or 0x6543CB) is known color: Slate Blue. HEX triplet: 65, 43 and CB. RGB value is (101,67,203). Sum of RGB (Red+Green+Blue) = 101+67+203=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #6543CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6543CB is #9ABC34. Grayscale: #5C5C5C. Windows color (decimal): -10140725 or 13321061. OLE color: 13321061.

HSL color Cylindrical-coordinate representation of color #6543CB: hue angle of 255º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6543CB is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 67 203 -
CMYK 0.50 0.67 0 0.20
HSL 255º 0.57% 0.53% -
HSV(B) 255º 0.67% 0.8% -
XYZ 18.15 11.09 57.68 -
YUV 92.67 190.26 133.94 -
System Red Green Blue C M Y K H S L
Decimal 101 67 203 0.50 0.67 0 0.20 255 0.57 0.53
Hex 65 43 CB 32 43 0 14 FF 39 35
Octal 145 103 313 62 103 0 24 377 71 65
Binary 1100101 1000011 11001011 110010 1000011 0 10100 11111111 111001 110101

Color Harmonies of #6543CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6543CB

Black with #6543CB

Text Example


Text Example

White with #6543CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,67,203); }

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

background-color css

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

 a { background-color: rgb(101,67,203); }

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

border-color css

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

 span { border-color: rgb(101,67,203); }

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