Html Css Color HEX #6551CD Slate Blue

📋 copy color: '#6551CD'

red 101 ◦ green 81 ◦ blue 205

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

Shades of Slate Blue #6551CD

Tints of Slate Blue #6551CD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.93%

 BLUE value IS 205 (80.47% from 255) = 52.97%

R = 26.1%
G = 20.93%
B = 52.97%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6551CD (or 0x6551CD) is known color: Slate Blue. HEX triplet: 65, 51 and CD. RGB value is (101,81,205). Sum of RGB (Red+Green+Blue) = 101+81+205=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #6551CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6551CD is #9AAE32. Grayscale: #646464. Windows color (decimal): -10137139 or 13455717. OLE color: 13455717.

HSL color Cylindrical-coordinate representation of color #6551CD: hue angle of 249.68º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6551CD is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 81 205 -
CMYK 0.51 0.60 0 0.20
HSL 249.68º 0.55% 0.56% -
HSV(B) 249.68º 0.6% 0.8% -
XYZ 19.33 13.06 59.26 -
YUV 101.12 186.63 127.92 -
System Red Green Blue C M Y K H S L
Decimal 101 81 205 0.51 0.60 0 0.20 249.68 0.55 0.56
Hex 65 51 CD 33 3C 0 14 FA 37 38
Octal 145 121 315 63 74 0 24 372 67 70
Binary 1100101 1010001 11001101 110011 111100 0 10100 11111010 110111 111000

Color Harmonies of #6551CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6551CD

Black with #6551CD

Text Example


Text Example

White with #6551CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6551CD; }

 p { color: rgb(101,81,205); }

 H1.HeaderClassName
 {
   color: #6551CD;
 }
 .AnyTagClassName
 {
   color: #6551CD;
 }
</style>

background-color css

<style>
 a { background-color: #6551CD; }

 a { background-color: rgb(101,81,205); }

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

border-color css

<style>
 span { border-color: #6551CD; }

 span { border-color: rgb(101,81,205); }

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