Html Css Color HEX #655FDC Slate Blue

📋 copy color: '#655FDC'

red 101 ◦ green 95 ◦ blue 220

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

Shades of Slate Blue #655FDC

Tints of Slate Blue #655FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.84%

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

R = 24.28%
G = 22.84%
B = 52.88%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#655FDC (or 0x655FDC) is known color: Slate Blue. HEX triplet: 65, 5F and DC. RGB value is (101,95,220). Sum of RGB (Red+Green+Blue) = 101+95+220=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #655FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FDC is #9AA023. Grayscale: #6E6E6E. Windows color (decimal): -10133540 or 14442341. OLE color: 14442341.

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

Color convert

RGB 101 95 220 -
CMYK 0.54 0.57 0 0.14
HSL 242.88º 0.64% 0.62% -
HSV(B) 242.88º 0.57% 0.86% -
XYZ 22.38 16.12 69.64 -
YUV 111.04 189.49 120.84 -
System Red Green Blue C M Y K H S L
Decimal 101 95 220 0.54 0.57 0 0.14 242.88 0.64 0.62
Hex 65 5F DC 36 39 0 E F3 40 3E
Octal 145 137 334 66 71 0 16 363 100 76
Binary 1100101 1011111 11011100 110110 111001 0 1110 11110011 1000000 111110

Color Harmonies of #655FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655FDC

Black with #655FDC

Text Example


Text Example

White with #655FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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