Html Css Color HEX #655DCC Slate Blue

📋 copy color: '#655DCC'

red 101 ◦ green 93 ◦ blue 204

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

Shades of Slate Blue #655DCC

Tints of Slate Blue #655DCC

RGB

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

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

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

R = 25.38%
G = 23.37%
B = 51.26%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#655DCC (or 0x655DCC) is known color: Slate Blue. HEX triplet: 65, 5D and CC. RGB value is (101,93,204). Sum of RGB (Red+Green+Blue) = 101+93+204=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #655DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DCC is #9AA233. Grayscale: #6B6B6B. Windows color (decimal): -10134068 or 13393253. OLE color: 13393253.

HSL color Cylindrical-coordinate representation of color #655DCC: hue angle of 244.32º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #655DCC is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 93 204 -
CMYK 0.50 0.54 0 0.2
HSL 244.32º 0.52% 0.58% -
HSV(B) 244.32º 0.54% 0.8% -
XYZ 20.18 14.96 58.95 -
YUV 108.05 182.15 122.97 -
System Red Green Blue C M Y K H S L
Decimal 101 93 204 0.50 0.54 0 0.2 244.32 0.52 0.58
Hex 65 5D CC 32 36 0 14 F4 34 3A
Octal 145 135 314 62 66 0 24 364 64 72
Binary 1100101 1011101 11001100 110010 110110 0 10100 11110100 110100 111010

Color Harmonies of #655DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655DCC

Black with #655DCC

Text Example


Text Example

White with #655DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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