Html Css Color HEX #655DD2 Slate Blue

📋 copy color: '#655DD2'

red 101 ◦ green 93 ◦ blue 210

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

Shades of Slate Blue #655DD2

Tints of Slate Blue #655DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 51.98%

R = 25%
G = 23.02%
B = 51.98%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#655DD2 (or 0x655DD2) is known color: Slate Blue. HEX triplet: 65, 5D and D2. RGB value is (101,93,210). Sum of RGB (Red+Green+Blue) = 101+93+210=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 210 (82.42% from 255 or 51.98% from 404); Max value from RGB is 210 - color contains mainly: blue. Hex color #655DD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DD2 is #9AA22D. Grayscale: #6C6C6C. Windows color (decimal): -10134062 or 13786469. OLE color: 13786469.

HSL color Cylindrical-coordinate representation of color #655DD2: hue angle of 244.1º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #655DD2 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 101 93 210 -
CMYK 0.52 0.56 0 0.18
HSL 244.1º 0.57% 0.59% -
HSV(B) 244.1º 0.56% 0.82% -
XYZ 20.91 15.25 62.81 -
YUV 108.73 185.15 122.49 -
System Red Green Blue C M Y K H S L
Decimal 101 93 210 0.52 0.56 0 0.18 244.1 0.57 0.59
Hex 65 5D D2 34 38 0 12 F4 39 3B
Octal 145 135 322 64 70 0 22 364 71 73
Binary 1100101 1011101 11010010 110100 111000 0 10010 11110100 111001 111011

Color Harmonies of #655DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655DD2

Black with #655DD2

Text Example


Text Example

White with #655DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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