Html Css Color HEX #655DDC Slate Blue

📋 copy color: '#655DDC'

red 101 ◦ green 93 ◦ blue 220

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

Shades of Slate Blue #655DDC

Tints of Slate Blue #655DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.46%

 BLUE value IS 220 (86.33% from 255) = 53.14%

R = 24.4%
G = 22.46%
B = 53.14%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#655DDC (or 0x655DDC) is known color: Slate Blue. HEX triplet: 65, 5D and DC. RGB value is (101,93,220). Sum of RGB (Red+Green+Blue) = 101+93+220=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #655DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DDC is #9AA223. Grayscale: #6D6D6D. Windows color (decimal): -10134052 or 14441829. OLE color: 14441829.

HSL color Cylindrical-coordinate representation of color #655DDC: hue angle of 243.78º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #655DDC is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 93 220 -
CMYK 0.54 0.58 0 0.14
HSL 243.78º 0.64% 0.61% -
HSV(B) 243.78º 0.58% 0.86% -
XYZ 22.2 15.76 69.58 -
YUV 109.87 190.15 121.67 -
System Red Green Blue C M Y K H S L
Decimal 101 93 220 0.54 0.58 0 0.14 243.78 0.64 0.61
Hex 65 5D DC 36 3A 0 E F4 40 3D
Octal 145 135 334 66 72 0 16 364 100 75
Binary 1100101 1011101 11011100 110110 111010 0 1110 11110100 1000000 111101

Color Harmonies of #655DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655DDC

Black with #655DDC

Text Example


Text Example

White with #655DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655DDC; }

 p { color: rgb(101,93,220); }

 H1.HeaderClassName
 {
   color: #655DDC;
 }
 .AnyTagClassName
 {
   color: #655DDC;
 }
</style>

background-color css

<style>
 a { background-color: #655DDC; }

 a { background-color: rgb(101,93,220); }

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

border-color css

<style>
 span { border-color: #655DDC; }

 span { border-color: rgb(101,93,220); }

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