Html Css Color HEX #655CCC Slate Blue

📋 copy color: '#655CCC'

red 101 ◦ green 92 ◦ blue 204

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

Shades of Slate Blue #655CCC

Tints of Slate Blue #655CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 25.44%
G = 23.17%
B = 51.39%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#655CCC (or 0x655CCC) is known color: Slate Blue. HEX triplet: 65, 5C and CC. RGB value is (101,92,204). Sum of RGB (Red+Green+Blue) = 101+92+204=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #655CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CCC is #9AA333. Grayscale: #6B6B6B. Windows color (decimal): -10134324 or 13392997. OLE color: 13392997.

HSL color Cylindrical-coordinate representation of color #655CCC: hue angle of 244.82º degrees, saturation: 0.52, 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 #655CCC is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 92 204 -
CMYK 0.50 0.55 0 0.2
HSL 244.82º 0.52% 0.58% -
HSV(B) 244.82º 0.55% 0.8% -
XYZ 20.09 14.78 58.92 -
YUV 107.46 182.48 123.39 -
System Red Green Blue C M Y K H S L
Decimal 101 92 204 0.50 0.55 0 0.2 244.82 0.52 0.58
Hex 65 5C CC 32 37 0 14 F5 34 3A
Octal 145 134 314 62 67 0 24 365 64 72
Binary 1100101 1011100 11001100 110010 110111 0 10100 11110101 110100 111010

Color Harmonies of #655CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655CCC

Black with #655CCC

Text Example


Text Example

White with #655CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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