Html Css Color HEX #655ACF Slate Blue

📋 copy color: '#655ACF'

red 101 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #655ACF

Tints of Slate Blue #655ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.61%

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

R = 25.38%
G = 22.61%
B = 52.01%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#655ACF (or 0x655ACF) is known color: Slate Blue. HEX triplet: 65, 5A and CF. RGB value is (101,90,207). Sum of RGB (Red+Green+Blue) = 101+90+207=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #655ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655ACF is #9AA530. Grayscale: #6A6A6A. Windows color (decimal): -10134833 or 13589093. OLE color: 13589093.

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

Color convert

RGB 101 90 207 -
CMYK 0.51 0.57 0 0.19
HSL 245.64º 0.55% 0.58% -
HSV(B) 245.64º 0.57% 0.81% -
XYZ 20.29 14.58 60.78 -
YUV 106.63 184.64 123.99 -
System Red Green Blue C M Y K H S L
Decimal 101 90 207 0.51 0.57 0 0.19 245.64 0.55 0.58
Hex 65 5A CF 33 39 0 13 F6 37 3A
Octal 145 132 317 63 71 0 23 366 67 72
Binary 1100101 1011010 11001111 110011 111001 0 10011 11110110 110111 111010

Color Harmonies of #655ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655ACF

Black with #655ACF

Text Example


Text Example

White with #655ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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