Html Css Color HEX #655DCF Slate Blue

📋 copy color: '#655DCF'

red 101 ◦ green 93 ◦ blue 207

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

Shades of Slate Blue #655DCF

Tints of Slate Blue #655DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.62%

R = 25.19%
G = 23.19%
B = 51.62%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#655DCF (or 0x655DCF) is known color: Slate Blue. HEX triplet: 65, 5D and CF. RGB value is (101,93,207). Sum of RGB (Red+Green+Blue) = 101+93+207=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #655DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DCF is #9AA230. Grayscale: #6B6B6B. Windows color (decimal): -10134065 or 13589861. OLE color: 13589861.

HSL color Cylindrical-coordinate representation of color #655DCF: hue angle of 244.21º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #655DCF is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 93 207 -
CMYK 0.51 0.55 0 0.19
HSL 244.21º 0.54% 0.59% -
HSV(B) 244.21º 0.55% 0.81% -
XYZ 20.54 15.1 60.86 -
YUV 108.39 183.65 122.73 -
System Red Green Blue C M Y K H S L
Decimal 101 93 207 0.51 0.55 0 0.19 244.21 0.54 0.59
Hex 65 5D CF 33 37 0 13 F4 36 3B
Octal 145 135 317 63 67 0 23 364 66 73
Binary 1100101 1011101 11001111 110011 110111 0 10011 11110100 110110 111011

Color Harmonies of #655DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655DCF

Black with #655DCF

Text Example


Text Example

White with #655DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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