Html Css Color HEX #655CDA Slate Blue

📋 copy color: '#655CDA'

red 101 ◦ green 92 ◦ blue 218

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

Shades of Slate Blue #655CDA

Tints of Slate Blue #655CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.38%

 BLUE value IS 218 (85.55% from 255) = 53.04%

R = 24.57%
G = 22.38%
B = 53.04%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#655CDA (or 0x655CDA) is known color: Slate Blue. HEX triplet: 65, 5C and DA. RGB value is (101,92,218). Sum of RGB (Red+Green+Blue) = 101+92+218=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #655CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CDA is #9AA325. Grayscale: #6C6C6C. Windows color (decimal): -10134310 or 14310501. OLE color: 14310501.

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

Color convert

RGB 101 92 218 -
CMYK 0.54 0.58 0 0.15
HSL 244.29º 0.63% 0.61% -
HSV(B) 244.29º 0.58% 0.85% -
XYZ 21.85 15.48 68.17 -
YUV 109.06 189.48 122.25 -
System Red Green Blue C M Y K H S L
Decimal 101 92 218 0.54 0.58 0 0.15 244.29 0.63 0.61
Hex 65 5C DA 36 3A 0 F F4 3F 3D
Octal 145 134 332 66 72 0 17 364 77 75
Binary 1100101 1011100 11011010 110110 111010 0 1111 11110100 111111 111101

Color Harmonies of #655CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655CDA

Black with #655CDA

Text Example


Text Example

White with #655CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,92,218); }

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

background-color css

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

 a { background-color: rgb(101,92,218); }

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

border-color css

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

 span { border-color: rgb(101,92,218); }

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