Html Css Color HEX #655DCD Slate Blue

📋 copy color: '#655DCD'

red 101 ◦ green 93 ◦ blue 205

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

Shades of Slate Blue #655DCD

Tints of Slate Blue #655DCD

RGB

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

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

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

R = 25.31%
G = 23.31%
B = 51.38%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#655DCD (or 0x655DCD) is known color: Slate Blue. HEX triplet: 65, 5D and CD. RGB value is (101,93,205). Sum of RGB (Red+Green+Blue) = 101+93+205=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #655DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DCD is #9AA232. Grayscale: #6B6B6B. Windows color (decimal): -10134067 or 13458789. OLE color: 13458789.

HSL color Cylindrical-coordinate representation of color #655DCD: hue angle of 244.29º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #655DCD is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 93 205 -
CMYK 0.51 0.55 0 0.20
HSL 244.29º 0.53% 0.58% -
HSV(B) 244.29º 0.55% 0.8% -
XYZ 20.3 15 59.58 -
YUV 108.16 182.65 122.89 -
System Red Green Blue C M Y K H S L
Decimal 101 93 205 0.51 0.55 0 0.20 244.29 0.53 0.58
Hex 65 5D CD 33 37 0 14 F4 35 3A
Octal 145 135 315 63 67 0 24 364 65 72
Binary 1100101 1011101 11001101 110011 110111 0 10100 11110100 110101 111010

Color Harmonies of #655DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655DCD

Black with #655DCD

Text Example


Text Example

White with #655DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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